Interface EntityArchetypeVolume.Modifiable<M extends EntityArchetypeVolume.Modifiable<M>>
-
- All Superinterfaces:
EntityArchetypeVolume
,EntityArchetypeVolume.Streamable<M>
,MutableVolume
,Volume
- All Known Subinterfaces:
ArchetypeVolume
,EntityArchetypeVolume.Mutable
,Schematic
- Enclosing interface:
- EntityArchetypeVolume
public static interface EntityArchetypeVolume.Modifiable<M extends EntityArchetypeVolume.Modifiable<M>> extends EntityArchetypeVolume.Streamable<M>, MutableVolume
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.archetype.entity.EntityArchetypeVolume
EntityArchetypeVolume.Immutable, EntityArchetypeVolume.Modifiable<M extends EntityArchetypeVolume.Modifiable<M>>, EntityArchetypeVolume.Mutable, EntityArchetypeVolume.Streamable<B extends EntityArchetypeVolume.Streamable<B>>, EntityArchetypeVolume.Unmodifiable<U extends EntityArchetypeVolume.Unmodifiable<U>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
addEntity(EntityArchetype archetype, Vector3d position)
void
addEntity(EntityArchetypeEntry entry)
-
Methods inherited from interface org.spongepowered.api.world.volume.archetype.entity.EntityArchetypeVolume
entityArchetypes, entityArchetypes, entityArchetypesByPosition
-
Methods inherited from interface org.spongepowered.api.world.volume.archetype.entity.EntityArchetypeVolume.Streamable
entitiesByPosition, entityArchetypeStream
-
-
-
-
Method Detail
-
addEntity
default void addEntity(EntityArchetype archetype, Vector3d position)
-
addEntity
void addEntity(EntityArchetypeEntry entry)
-
-