• Dokumentation (master)
  • Dokumentation (develop)
Show / Hide Table of Contents
  • OctoAwesome
    • Axis
    • Block
    • BlockDefinition
    • Blocks
    • Chunk
    • ChunkColumn
    • Component
    • ComponentList<T>
    • Coordinate
    • Entity
    • EntityComponent
    • EntityFilterAttribute
    • EntityList
    • Extension
    • FailEntityChunkArgs
    • GlobalChunkCache
    • IBlockDefinition
    • IChunk
    • IChunkColumn
    • IClimateMap
    • IDefinition
    • IDefinitionManager
    • IEntityList
    • IExtension
    • IExtensionLoader
    • IExtensionResolver
    • IGlobalChunkCache
    • IInventoryableDefinition
    • IItem
    • IItemDefinition
    • ILocalChunkCache
    • IMapGenerator
    • IMapPopulator
    • Index2
    • Index3
    • InventorySlot
    • IPersistenceManager
    • IPlanet
    • IResource
    • IResourceManager
    • ISettings
    • Item
    • IUniverse
    • LocalBuilder
    • LocalChunkCache
    • MapPopulator
    • OrientationFlags
    • PhysicalProperties
    • Planet
    • PlanetIndex3
    • Player
    • Simulation
    • SimulationComponent
    • SimulationComponent<C1, C2, C3>
    • SimulationComponent<C1, C2>
    • SimulationComponent<C1>
    • SimulationState
    • Universe
    • UpdateableEntity
    • Wall
  • OctoAwesome.Basics
    • ITreeDefinition
    • TreeDefinition
  • OctoAwesome.EntityComponents
    • BodyComponent
    • ControllableComponent
    • HeadComponent
    • InventoryComponent
    • PositionComponent
    • RenderComponent
    • ToolBarComponent
  • OctoAwesome.Runtime
    • DefinitionManager
    • DiskPersistenceManager
    • ExtensionLoader
    • IPlayerController
    • ResourceManager

Interface IExtensionResolver

Interface for a ExtensionResolver

Namespace: OctoAwesome
Assembly: OctoAwesome.dll
Syntax
public interface IExtensionResolver

Methoden

ExtendEntity(Entity)

Extend a Entity

Deklaration
void ExtendEntity(Entity entity)
Parameter
Typ Name Beschreibung
Entity entity

Entity

ExtendSimulation(Simulation)

Extend a Simulation

Deklaration
void ExtendSimulation(Simulation simulation)
Parameter
Typ Name Beschreibung
Simulation simulation

Simulation

GetDefinitions<T>()

Return a List of Definitions

Deklaration
IEnumerable<T> GetDefinitions<T>()where T : IDefinition
R�ckgabewert
Typ Beschreibung
IEnumerable<T>

List

Typparameter
Name Beschreibung
T

Definitiontype

GetMapGenerator()

Return a List of MapGenerators

Deklaration
IEnumerable<IMapGenerator> GetMapGenerator()
R�ckgabewert
Typ Beschreibung
IEnumerable<IMapGenerator>

List of Generators

GetMapPopulator()

Return a List of Populators

Deklaration
IEnumerable<IMapPopulator> GetMapPopulator()
R�ckgabewert
Typ Beschreibung
IEnumerable<IMapPopulator>

List of Populators

Nach oben Projekt OctoAwesome · Projektwebsite · Impressum · Datenschutzerklärung
Generated by DocFX