Uses of Enum Class
net.minecraft.world.level.levelgen.structure.StructureCheckResult
Packages that use StructureCheckResult
-
Uses of StructureCheckResult in net.minecraft.world.level
Methods in net.minecraft.world.level that return StructureCheckResultModifier and TypeMethodDescriptionStructureManager.checkStructurePresence(ChunkPos pChunkPos, Structure pStructure, StructurePlacement pPlacement, boolean pSkipKnownStructures) -
Uses of StructureCheckResult in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure that return StructureCheckResultModifier and TypeMethodDescriptionStructureCheck.checkStart(ChunkPos pChunkPos, Structure pStructure, StructurePlacement pPlacement, boolean pSkipKnownStructures) private StructureCheckResultStructureCheck.checkStructureInfo(it.unimi.dsi.fastutil.objects.Object2IntMap<Structure> pStructureChunks, Structure pStructure, boolean pSkipKnownStructures) private StructureCheckResultStructureCheck.tryLoadFromStorage(ChunkPos pChunkPos, Structure pStructure, boolean pSkipKnownStructures, long pPackedChunkPos) static StructureCheckResultReturns the enum constant of this class with the specified name.static StructureCheckResult[]StructureCheckResult.values()Returns an array containing the constants of this enum class, in the order they are declared.