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 attributes) Methods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionSpatialAttributeInterpolator.accumulate(double weight, EnvironmentAttributeMap attributes) private <Value> EnvironmentAttributeSystem.BuilderEnvironmentAttributeSystem.Builder.addConstantEntry(EnvironmentAttribute<Value> attribute, EnvironmentAttributeMap attributeMap) EnvironmentAttributeSystem.Builder.addConstantLayer(EnvironmentAttributeMap attributeMap) private static EnvironmentAttributeMapEnvironmentAttributeMap.filterSyncable(EnvironmentAttributeMap attributes) 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 EnvironmentAttributeMapModifierConstructorDescriptionprivateBiome(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> attributeMapCodec) Constructors in net.minecraft.world.level.dimension with parameters of type EnvironmentAttributeMapModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, 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, Optional<Holder<WorldClock>> defaultClock) Creates an instance of aDimensionTyperecord class.