Uses of Enum Class
net.minecraft.world.StructurePresence
-
Uses of StructurePresence in net.minecraft.world
Modifier and TypeMethodDescriptionprivate StructurePresence
StructureLocator.getStructurePresence
(Object2IntMap<Structure> referencesByStructure, Structure structure, boolean skipReferencedStructures) private @Nullable StructurePresence
StructureLocator.getStructurePresence
(ChunkPos pos, Structure structure, boolean skipReferencedStructures, long posLong) StructureLocator.getStructurePresence
(ChunkPos pos, Structure type, StructurePlacement placement, boolean skipReferencedStructures) static StructurePresence
Returns the enum constant of this class with the specified name.static StructurePresence[]
StructurePresence.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructurePresence in net.minecraft.world.gen
Modifier and TypeMethodDescriptionStructureAccessor.getStructurePresence
(ChunkPos chunkPos, Structure structure, StructurePlacement placement, boolean skipReferencedStructures)