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) StructureLocator.getStructurePresence
(ChunkPos pos, Structure type, boolean skipReferencedStructures) private @Nullable StructurePresence
StructureLocator.getStructurePresence
(ChunkPos pos, Structure structure, boolean skipReferencedStructures, long posLong) 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, boolean skipExistingChunk)