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 pos, Structure structure, StructurePlacement placement, boolean createReference) -
Uses of StructureCheckResult in net.minecraft.world.level.levelgen.structure
Subclasses with type arguments of type StructureCheckResult in net.minecraft.world.level.levelgen.structureMethods in net.minecraft.world.level.levelgen.structure that return StructureCheckResultModifier and TypeMethodDescriptionStructureCheck.checkStart(ChunkPos pos, Structure structure, StructurePlacement placement, boolean requireUnreferenced) private StructureCheckResultStructureCheck.checkStructureInfo(it.unimi.dsi.fastutil.objects.Object2IntMap<Structure> cachedResult, Structure structure, boolean requireUnreferenced) private @Nullable StructureCheckResultStructureCheck.tryLoadFromStorage(ChunkPos pos, Structure structure, boolean requireUnreferenced, long posKey) 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.