Uses of Class
net.minecraft.class_12199
Packages that use class_12199
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12199 in net.minecraft
Fields in net.minecraft declared as class_12199Modifier and TypeFieldDescriptionstatic final class_12199class_12199.field_63724private final class_12199class_12205.field_63739Fields in net.minecraft with type parameters of type class_12199Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_12199> class_12199.CODECstatic final com.mojang.serialization.Codec<class_12199> class_12199.field_63726static final com.mojang.serialization.Codec<class_12199> class_12199.field_63727private final Reference2DoubleArrayMap<class_12199> class_12211.field_63767Methods in net.minecraft that return class_12199Modifier and TypeMethodDescriptionprivate static class_12199class_12199.method_75664(class_12199 class_12199) class_12199.class_12200.method_75672()Methods in net.minecraft with parameters of type class_12199Modifier and TypeMethodDescriptionprivate static class_12199class_12199.method_75664(class_12199 class_12199) class_12199.class_12200.method_75675(class_12199 class_12199) class_12211.method_75711(double double2, class_12199 class_12199) -
Uses of class_12199 in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as class_12199Methods in net.minecraft.world.biome that return class_12199Methods in net.minecraft.world.biome with parameters of type class_12199Constructors in net.minecraft.world.biome with parameters of type class_12199ModifierConstructorDescription(package private)Biome(Biome.Weather weather, class_12199 effects, BiomeEffects biomeEffects, GenerationSettings generationSettings, SpawnSettings spawnSettings) -
Uses of class_12199 in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as class_12199Modifier and TypeFieldDescriptionprivate final class_12199DimensionType.attributesThe field for theattributesrecord component.Methods in net.minecraft.world.dimension that return class_12199Modifier and TypeMethodDescriptionDimensionType.attributes()Returns the value of theattributesrecord component.Method parameters in net.minecraft.world.dimension with type arguments of type class_12199Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<DimensionType> DimensionType.method_75746(com.mojang.serialization.Codec<class_12199> codec) Constructors in net.minecraft.world.dimension with parameters of type class_12199ModifierConstructorDescriptionDimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, Identifier effectsLocation, float ambientLight, DimensionType.MonsterSettings monsterSettings, class_12199 attributes)