Uses of Record Class
net.minecraft.class_7061
Packages that use class_7061
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7061 in net.minecraft
Fields in net.minecraft with type parameters of type class_7061Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7061>class_7061.field_37198 -
Uses of class_7061 in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type class_7061Modifier and TypeFieldDescriptionfinal Map<SpawnGroup,class_7061> ConfiguredStructureFeature.field_37143Method parameters in net.minecraft.world.gen.feature with type arguments of type class_7061Modifier and TypeMethodDescriptionConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.method_41133(C c, TagKey<Biome> tagKey, Map<SpawnGroup, class_7061> map) ConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.method_41135(C c, TagKey<Biome> tagKey, boolean bool, Map<SpawnGroup, class_7061> map) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type class_7061ModifierConstructorDescriptionConfiguredStructureFeature(F feature, FC config, RegistryEntryList<Biome> biomes, boolean bool, Map<SpawnGroup, class_7061> map)