Package org.core.world.structure
Interface Structure
public interface Structure
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillBetween(WorldExtent world, Vector3<Integer> start, Vector3<Integer> end)
default Set<BlockSetDetails>
Deprecated, for removal: This API element is subject to removal in a future version.Set<EntitySnapshot<?>>
getId()
getName()
getSize()
void
place(StructurePlacementBuilder builder)
void
-
Method Details
-
getId
-
getName
-
getPlugin
-
getEntities
Set<EntitySnapshot<?>> getEntities() -
getBlocks
Deprecated, for removal: This API element is subject to removal in a future version. -
getBlockDetails
Stream<BlockSetDetails> getBlockDetails() -
getSize
-
fillBetween
-
place
-
serialize
- Throws:
IOException
-