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
Modifier and TypeMethodDescriptiondefault voidaddEntity(EntityArchetype archetype, Vector3d position) voidaddEntity(EntityArchetypeEntry entry) Methods inherited from interface org.spongepowered.api.world.volume.archetype.entity.EntityArchetypeVolume
entityArchetypes, entityArchetypes, entityArchetypesByPositionMethods inherited from interface org.spongepowered.api.world.volume.archetype.entity.EntityArchetypeVolume.Streamable
entitiesByPosition, entityArchetypeStream
-
Method Details
-
addEntity
-
addEntity
-