Uses of Enum Class
net.minecraft.class_9822
Packages that use class_9822
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9822 in net.minecraft
Fields in net.minecraft with type parameters of type class_9822Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<class_9822> class_9822.field_52239Methods in net.minecraft that return class_9822Modifier and TypeMethodDescriptionstatic class_9822Returns the enum constant of this class with the specified name.static class_9822[]class_9822.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_9822 in net.minecraft.structure
Fields in net.minecraft.structure declared as class_9822Modifier and TypeFieldDescriptionprivate final class_9822PoolStructurePiece.field_52228private class_9822StructurePlacementData.field_52242Methods in net.minecraft.structure with parameters of type class_9822Constructors in net.minecraft.structure with parameters of type class_9822ModifierConstructorDescriptionPoolStructurePiece(StructureTemplateManager structureTemplateManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox boundingBox, class_9822 class_9822) -
Uses of class_9822 in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type class_9822Modifier and TypeFieldDescriptionprotected final Optional<class_9822> SinglePoolElement.field_52234Methods in net.minecraft.structure.pool that return types with arguments of type class_9822Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, Optional<class_9822>> SinglePoolElement.method_61013()Methods in net.minecraft.structure.pool with parameters of type class_9822Modifier and TypeMethodDescriptionprotected StructurePlacementDataLegacySinglePoolElement.createPlacementData(BlockRotation rotation, BlockBox box, class_9822 class_9822, boolean bool) protected StructurePlacementDataSinglePoolElement.createPlacementData(BlockRotation rotation, BlockBox box, class_9822 class_9822, boolean bool) booleanEmptyPoolElement.generate(StructureTemplateManager structureTemplateManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos pivot, BlockRotation rotation, BlockBox box, Random random, class_9822 class_9822, boolean bool) booleanFeaturePoolElement.generate(StructureTemplateManager structureTemplateManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos pivot, BlockRotation rotation, BlockBox box, Random random, class_9822 class_9822, boolean bool) booleanListPoolElement.generate(StructureTemplateManager structureTemplateManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos pivot, BlockRotation rotation, BlockBox box, Random random, class_9822 class_9822, boolean bool) booleanSinglePoolElement.generate(StructureTemplateManager structureTemplateManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos pivot, BlockRotation rotation, BlockBox box, Random random, class_9822 class_9822, boolean bool) private static voidStructurePoolBasedGenerator.generate(NoiseConfig noiseConfig, int maxSize, boolean modifyBoundingBox, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, HeightLimitView heightLimitView, Random random, Registry<StructurePool> structurePoolRegistry, PoolStructurePiece firstPiece, List<PoolStructurePiece> pieces, VoxelShape pieceShape, StructurePoolAliasLookup aliasLookup, class_9822 class_9822) static Optional<Structure.StructurePosition> StructurePoolBasedGenerator.generate(Structure.Context context, RegistryEntry<StructurePool> structurePool, Optional<Identifier> id, int size, BlockPos pos, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter, StructurePoolAliasLookup aliasLookup, DimensionPadding dimensionPadding, class_9822 class_9822) abstract booleanStructurePoolElement.generate(StructureTemplateManager structureTemplateManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos pivot, BlockRotation rotation, BlockBox box, Random random, class_9822 class_9822, boolean bool) (package private) voidStructurePoolBasedGenerator.StructurePoolGenerator.generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, boolean modifyBoundingBox, HeightLimitView world, NoiseConfig noiseConfig, StructurePoolAliasLookup aliasLookup, class_9822 class_9822) StructurePoolElement.method_61014(String string, class_9822 class_9822) StructurePoolElement.method_61016(String string, RegistryEntry<StructureProcessorList> registryEntry, class_9822 class_9822) Constructor parameters in net.minecraft.structure.pool with type arguments of type class_9822ModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection, Optional<class_9822> optional) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection, Optional<class_9822> optional) -
Uses of class_9822 in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as class_9822Modifier and TypeFieldDescriptionstatic final class_9822JigsawStructure.field_52235private final class_9822JigsawStructure.field_52236Constructors in net.minecraft.world.gen.structure with parameters of type class_9822ModifierConstructorDescriptionJigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter, List<StructurePoolAliasBinding> poolAliasBindings, DimensionPadding dimensionPadding, class_9822 class_9822)