Uses of Record Class
net.minecraft.class_9778
Packages that use class_9778
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9778 in net.minecraft
Fields in net.minecraft declared as class_9778Fields in net.minecraft with type parameters of type class_9778Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9778> class_9778.field_51952private static final com.mojang.serialization.Codec<class_9778> class_9778.field_51954 -
Uses of class_9778 in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type class_9778Modifier and TypeMethodDescriptionstatic 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, class_9778 class_9778) -
Uses of class_9778 in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as class_9778Modifier and TypeFieldDescriptionprivate final class_9778JigsawStructure.dimensionPaddingstatic final class_9778JigsawStructure.field_51911Constructors in net.minecraft.world.gen.structure with parameters of type class_9778ModifierConstructorDescriptionJigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter, List<StructurePoolAliasBinding> poolAliasBindings, class_9778 class_9778)