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 chunkPos, Structure structure, StructurePlacement placement, boolean skipKnownStructures) -
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 chunkPos, Structure structure, StructurePlacement placement, boolean skipKnownStructures) private StructureCheckResult
StructureCheck.checkStructureInfo
(it.unimi.dsi.fastutil.objects.Object2IntMap<Structure> structureChunks, Structure structure, boolean skipKnownStructures) private StructureCheckResult
StructureCheck.tryLoadFromStorage
(ChunkPos chunkPos, Structure structure, boolean skipKnownStructures, long packedChunkPos) static StructureCheckResult
Returns 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.