Uses of Class
net.minecraft.world.attribute.EnvironmentAttributeMap
Packages that use EnvironmentAttributeMap
Package
Description
The base package for all Minecraft classes.
-
Uses of EnvironmentAttributeMap in net.minecraft
Fields in net.minecraft declared as EnvironmentAttributeMapFields in net.minecraft with type parameters of type EnvironmentAttributeMapModifier and TypeFieldDescriptionprivate final Reference2DoubleArrayMap<EnvironmentAttributeMap> class_12211.field_63767Methods in net.minecraft with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionclass_12211.method_75711(double double2, EnvironmentAttributeMap environmentAttributeMap) -
Uses of EnvironmentAttributeMap in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as EnvironmentAttributeMapModifier and TypeFieldDescriptionstatic final EnvironmentAttributeMapEnvironmentAttributeMap.EMPTYFields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeMapModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnvironmentAttributeMap> EnvironmentAttributeMap.CODECstatic final com.mojang.serialization.Codec<EnvironmentAttributeMap> EnvironmentAttributeMap.field_63726static final com.mojang.serialization.Codec<EnvironmentAttributeMap> EnvironmentAttributeMap.field_63727Methods in net.minecraft.world.attribute that return EnvironmentAttributeMapModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.build()private static EnvironmentAttributeMapEnvironmentAttributeMap.method_75664(EnvironmentAttributeMap map) Methods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.addAll(EnvironmentAttributeMap map) private static EnvironmentAttributeMapEnvironmentAttributeMap.method_75664(EnvironmentAttributeMap map) -
Uses of EnvironmentAttributeMap in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as EnvironmentAttributeMapMethods in net.minecraft.world.biome that return EnvironmentAttributeMapMethods in net.minecraft.world.biome with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionBiome.Builder.method_75739(EnvironmentAttributeMap environmentAttributeMap) Constructors in net.minecraft.world.biome with parameters of type EnvironmentAttributeMapModifierConstructorDescription(package private)Biome(Biome.Weather weather, EnvironmentAttributeMap effects, BiomeEffects biomeEffects, GenerationSettings generationSettings, SpawnSettings spawnSettings) -
Uses of EnvironmentAttributeMap in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as EnvironmentAttributeMapModifier and TypeFieldDescriptionprivate final EnvironmentAttributeMapDimensionType.attributesThe field for theattributesrecord component.Methods in net.minecraft.world.dimension that return EnvironmentAttributeMapModifier and TypeMethodDescriptionDimensionType.attributes()Returns the value of theattributesrecord component.Method parameters in net.minecraft.world.dimension with type arguments of type EnvironmentAttributeMapModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<DimensionType> DimensionType.method_75746(com.mojang.serialization.Codec<EnvironmentAttributeMap> codec) Constructors in net.minecraft.world.dimension with parameters of type EnvironmentAttributeMapModifierConstructorDescriptionDimensionType(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, EnvironmentAttributeMap attributes)