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 EnvironmentAttributeMapModifier and TypeFieldDescriptionstatic final EnvironmentAttributeMapclass_12316.field_64349static final EnvironmentAttributeMapclass_12316.field_64350 -
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.CODECprivate final Reference2DoubleArrayMap<EnvironmentAttributeMap> WeightedAttributeList.entriesstatic final com.mojang.serialization.Codec<EnvironmentAttributeMap> EnvironmentAttributeMap.NETWORK_CODECstatic final com.mojang.serialization.Codec<EnvironmentAttributeMap> EnvironmentAttributeMap.POSITIONAL_CODECAccepts positional attributes only.Methods in net.minecraft.world.attribute that return EnvironmentAttributeMapModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.build()private static EnvironmentAttributeMapEnvironmentAttributeMap.retainSyncedAttributes(EnvironmentAttributeMap map) Methods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionWeightedAttributeList.add(double weight, EnvironmentAttributeMap attributes) EnvironmentAttributeMap.Builder.addAll(EnvironmentAttributeMap map) private <Value> WorldEnvironmentAttributeAccess.class_12314WorldEnvironmentAttributeAccess.class_12314.method_76416(EnvironmentAttribute<Value> environmentAttribute, EnvironmentAttributeMap environmentAttributeMap) WorldEnvironmentAttributeAccess.class_12314.method_76417(EnvironmentAttributeMap environmentAttributeMap) private static EnvironmentAttributeMapEnvironmentAttributeMap.retainSyncedAttributes(EnvironmentAttributeMap map) -
Uses of EnvironmentAttributeMap in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as EnvironmentAttributeMapModifier and TypeFieldDescriptionprivate final EnvironmentAttributeMapBiome.environmentAttributesMethods in net.minecraft.world.biome that return EnvironmentAttributeMapMethods in net.minecraft.world.biome with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionBiome.Builder.addEnvironmentAttributes(EnvironmentAttributeMap map) 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.createDimensionCodec(com.mojang.serialization.Codec<EnvironmentAttributeMap> attributesCodec) Constructors in net.minecraft.world.dimension with parameters of type EnvironmentAttributeMapModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkylight, boolean hasCeiling, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.class_12326 skybox, DimensionType.class_12325 cardinalLightType, EnvironmentAttributeMap attributes, RegistryEntryList<class_12329> timelines)