Uses of Enum Class
net.minecraft.world.StructurePresence
Packages that use StructurePresence
-
Uses of StructurePresence in net.minecraft.world
Methods in net.minecraft.world that return StructurePresenceModifier and TypeMethodDescriptionprivate StructurePresenceStructureLocator.getStructurePresence(Object2IntMap<StructureFeature> referencesByStructure, StructureFeature feature, boolean skipExistingChunk) StructureLocator.getStructurePresence(ChunkPos chunkPos, StructureFeature structureFeature, boolean skipExistingChunk) private @Nullable StructurePresenceStructureLocator.getStructurePresence(ChunkPos pos, StructureFeature feature, boolean skipExistingChunk, long posLong) static StructurePresenceReturns 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
Methods in net.minecraft.world.gen that return StructurePresenceModifier and TypeMethodDescriptionStructureAccessor.getStructurePresence(ChunkPos chunkPos, StructureFeature structureFeature, boolean skipExistingChunk)