Uses of Enum Class
net.minecraft.world.StructurePresence
-
Uses of StructurePresence in net.minecraft.world
Modifier and TypeMethodDescriptionprivate StructurePresence
StructureLocator.getStructurePresence
(Object2IntMap<StructureFeature<?>> referencesByStructure, StructureFeature<?> feature, boolean skipExistingChunk) <F extends StructureFeature<?>>
StructurePresenceStructureLocator.getStructurePresence
(ChunkPos pos, F feature, boolean skipExistingChunk) private @Nullable StructurePresence
StructureLocator.getStructurePresence
(ChunkPos pos, StructureFeature<?> feature, boolean skipExistingChunk, 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, StructureFeature<?> structure, boolean skipExistingChunk)