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.RAINstatic final EnvironmentAttributeMapWeatherAttributes.THUNDERFields 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.CODEC_ONLY_POSITIONALstatic final com.mojang.serialization.Codec<EnvironmentAttributeMap> EnvironmentAttributeMap.NETWORK_CODECprivate final it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap<EnvironmentAttributeMap> SpatialAttributeInterpolator.weightsBySourceMethods in net.minecraft.world.attribute that return EnvironmentAttributeMapModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.build()private static EnvironmentAttributeMapEnvironmentAttributeMap.filterSyncable(EnvironmentAttributeMap map) Methods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionSpatialAttributeInterpolator.accumulate(double weight, EnvironmentAttributeMap map) private <Value> EnvironmentAttributeSystem.BuilderEnvironmentAttributeSystem.Builder.addConstantEntry(EnvironmentAttribute<Value> attribute, EnvironmentAttributeMap map) EnvironmentAttributeSystem.Builder.addConstantLayer(EnvironmentAttributeMap map) private static EnvironmentAttributeMapEnvironmentAttributeMap.filterSyncable(EnvironmentAttributeMap map) EnvironmentAttributeMap.Builder.putAll(EnvironmentAttributeMap map) -
Uses of EnvironmentAttributeMap in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as EnvironmentAttributeMapMethods in net.minecraft.world.level.biome that return EnvironmentAttributeMapMethods in net.minecraft.world.level.biome with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionBiome.BiomeBuilder.putAttributes(EnvironmentAttributeMap attributes) Constructors in net.minecraft.world.level.biome with parameters of type EnvironmentAttributeMapModifierConstructorDescription(package private)Biome(Biome.ClimateSettings climateSettings, EnvironmentAttributeMap attributes, BiomeSpecialEffects specialEffects, BiomeGenerationSettings generationSettings, MobSpawnSettings mobSettings) -
Uses of EnvironmentAttributeMap in net.minecraft.world.level.dimension
Fields in net.minecraft.world.level.dimension declared as EnvironmentAttributeMapModifier and TypeFieldDescriptionprivate final EnvironmentAttributeMapDimensionType.attributesThe field for theattributesrecord component.Methods in net.minecraft.world.level.dimension that return EnvironmentAttributeMapModifier and TypeMethodDescriptionDimensionType.attributes()Returns the value of theattributesrecord component.Method parameters in net.minecraft.world.level.dimension with type arguments of type EnvironmentAttributeMapModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<DimensionType> DimensionType.createDirectCodec(com.mojang.serialization.Codec<EnvironmentAttributeMap> attributesCodec) Constructors in net.minecraft.world.level.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, HolderSet<Timeline> timelines) Creates an instance of aDimensionTyperecord class.