Uses of Class
net.minecraft.world.attribute.EnvironmentAttributeMap
Packages that use EnvironmentAttributeMap
Package
Description
-
Uses of EnvironmentAttributeMap in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as EnvironmentAttributeMapModifier and TypeFieldDescriptionstatic final EnvironmentAttributeMapEnvironmentAttributeMap.EMPTYstatic final EnvironmentAttributeMapWeatherAttributes.RAIN_EFFECTSstatic final EnvironmentAttributeMapWeatherAttributes.THUNDER_EFFECTSFields 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.BuilderWorldEnvironmentAttributeAccess.Builder.addFromMap(EnvironmentAttribute<Value> attribute, EnvironmentAttributeMap attributeMap) WorldEnvironmentAttributeAccess.Builder.addFromMap(EnvironmentAttributeMap attributes) 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.Skybox skybox, DimensionType.CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, RegistryEntryList<Timeline> timelines)