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 StructureCheckResult
StructureCheck.checkStructureInfo
(it.unimi.dsi.fastutil.objects.Object2IntMap<Structure> p_226752_, Structure p_226753_, boolean p_226754_) private StructureCheckResult
StructureCheck.tryLoadFromStorage
(ChunkPos pChunkPos, Structure pStructure, boolean pSkipKnownStructures, long pPackedChunkPos) 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.