Uses of Class
net.minecraft.world.attribute.EnvironmentAttribute
Packages that use EnvironmentAttribute
-
Uses of EnvironmentAttribute in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type EnvironmentAttributeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<EnvironmentAttribute<?>>> RegistryKeys.ENVIRONMENT_ATTRIBUTEstatic final Registry<EnvironmentAttribute<?>> Registries.ENVIRONMENTAL_ATTRIBUTE -
Uses of EnvironmentAttribute in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as EnvironmentAttributeModifier and TypeFieldDescriptionstatic final EnvironmentAttribute<List<AmbientParticle>> EnvironmentAttributes.AMBIENT_PARTICLES_VISUALstatic final EnvironmentAttribute<AmbientSounds> EnvironmentAttributes.AMBIENT_SOUNDS_AUDIOstatic final EnvironmentAttribute<BackgroundMusic> EnvironmentAttributes.BACKGROUND_MUSIC_AUDIOstatic final EnvironmentAttribute<BedRule> EnvironmentAttributes.BED_RULE_GAMEPLAYstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.CAN_START_RAID_GAMEPLAYstatic final EnvironmentAttribute<Integer> EnvironmentAttributes.CLOUD_COLOR_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.CLOUD_FOG_END_DISTANCE_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.CLOUD_HEIGHT_VISUALstatic final EnvironmentAttribute<ParticleEffect> EnvironmentAttributes.DEFAULT_DRIPSTONE_PARTICLE_VISUALstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.FAST_LAVA_GAMEPLAYstatic final EnvironmentAttribute<Integer> EnvironmentAttributes.FOG_COLOR_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.FOG_END_DISTANCE_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.FOG_START_DISTANCE_VISUALstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.INCREASED_FIRE_BURNOUT_GAMEPLAYstatic final EnvironmentAttribute<Float> EnvironmentAttributes.MUSIC_VOLUME_AUDIOstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.NETHER_PORTAL_SPAWNS_PIGLIN_GAMEPLAYstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.PIGLINS_ZOMBIFY_GAMEPLAYstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.RESPAWN_ANCHOR_WORKS_GAMEPLAYstatic final EnvironmentAttribute<Integer> EnvironmentAttributes.SKY_COLOR_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.SKY_FOG_END_DISTANCE_VISUALstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.SNOW_GOLEM_MELTS_GAMEPLAYstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.WATER_EVAPORATES_GAMEPLAYstatic final EnvironmentAttribute<Integer> EnvironmentAttributes.WATER_FOG_COLOR_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.WATER_FOG_END_DISTANCE_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.WATER_FOG_START_DISTANCE_VISUALFields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeModifier and TypeFieldDescriptionprivate final Set<EnvironmentAttribute<?>> WorldEnvironmentAttributeAccess.biomeModifiedAttributesstatic final com.mojang.serialization.Codec<EnvironmentAttribute<?>> EnvironmentAttributes.CODECprivate final Map<EnvironmentAttribute<?>, EnvironmentAttributeInterpolator.Entry<?>> EnvironmentAttributeInterpolator.entriesprivate final Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> EnvironmentAttributeMap.Builder.entries(package private) final Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> EnvironmentAttributeMap.entriesprivate final Function<EnvironmentAttribute<?>, EnvironmentAttributeInterpolator.Entry<?>> EnvironmentAttributeInterpolator.entryFactoryMethods in net.minecraft.world.attribute that return EnvironmentAttributeModifier and TypeMethodDescriptionEnvironmentAttribute.Builder.build()private static <Value> EnvironmentAttribute<Value> EnvironmentAttributes.register(String path, EnvironmentAttribute.Builder<Value> builder) static EnvironmentAttribute<?> EnvironmentAttributes.registerAndGetDefault(Registry<EnvironmentAttribute<?>> registry) Methods in net.minecraft.world.attribute that return types with arguments of type EnvironmentAttributeMethods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeModifier and TypeMethodDescription<Value> ValueEnvironmentAttributeMap.apply(EnvironmentAttribute<Value> key, Value value) com.mojang.serialization.Codec<Boolean> BooleanModifier.argumentCodec(EnvironmentAttribute<Boolean> attribute) default com.mojang.serialization.Codec<Integer> ColorModifier.class_12258.argumentCodec(EnvironmentAttribute<Integer> attribute) default com.mojang.serialization.Codec<Integer> ColorModifier.Rgb.argumentCodec(EnvironmentAttribute<Integer> attribute) com.mojang.serialization.Codec<Argument> EnvironmentAttributeModifier.argumentCodec(EnvironmentAttribute<Subject> attribute) com.mojang.serialization.Codec<Value> EnvironmentAttributeModifier.OverrideModifier.argumentCodec(EnvironmentAttribute<Value> attribute) default com.mojang.serialization.Codec<Float> FloatModifier.Binary.argumentCodec(EnvironmentAttribute<Float> attribute) private ValueEnvironmentAttributeInterpolator.Entry.compute(EnvironmentAttribute<Value> attribute) booleanEnvironmentAttributeMap.containsKey(EnvironmentAttribute<?> key) private static <Value> com.mojang.serialization.Codec<EnvironmentAttributeMap.Entry<Value, ?>> EnvironmentAttributeMap.Entry.createCodec(EnvironmentAttribute<Value> attribute) private static <Value,Argument>
com.mojang.serialization.MapCodec<EnvironmentAttributeMap.Entry<Value, Argument>> EnvironmentAttributeMap.Entry.createModifierDependentCodec(EnvironmentAttribute<Value> attribute, EnvironmentAttributeModifier<Value, Argument> modifier) EnvironmentAttributeInterpolator.Entry.get(EnvironmentAttribute<Value> attribute, float tickProgress) <Value> ValueEnvironmentAttributeInterpolator.get(EnvironmentAttribute<Value> attribute, float tickProgress) <Value> ValueEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute) default <Value> ValueEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute, BlockPos pos) default <Value> ValueEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos) <Value> ValueEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool) <Value> ValueWorldEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute) <Value> ValueWorldEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool) private <Value> ValueWorldEnvironmentAttributeAccess.getDimensionAttributeValue(EnvironmentAttribute<Value> attribute) private <Value> ValueWorldEnvironmentAttributeAccess.getDimensionAttributeValue(EnvironmentAttribute<Value> attribute, Value defaultValue) <Value> @Nullable EnvironmentAttributeMap.Entry<Value, ?> EnvironmentAttributeMap.getEntry(EnvironmentAttribute<Value> key) private <Value> ValueWorldEnvironmentAttributeAccess.getInternal(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool, Value defaultValue) private <Value> ValueWorldEnvironmentAttributeAccess.getPositionalAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool) <Value> ValueWeightedAttributeList.interpolate(EnvironmentAttribute<Value> attribute, Value defaultValue) <Value,Parameter>
EnvironmentAttributeMap.BuilderEnvironmentAttributeMap.Builder.with(EnvironmentAttribute<Value> key, EnvironmentAttributeModifier<Value, Parameter> modifier, Parameter param) <Value> EnvironmentAttributeMap.BuilderEnvironmentAttributeMap.Builder.with(EnvironmentAttribute<Value> key, Value value) Method parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeModifier and TypeMethodDescriptionstatic EnvironmentAttribute<?> EnvironmentAttributes.registerAndGetDefault(Registry<EnvironmentAttribute<?>> registry) Constructors in net.minecraft.world.attribute with parameters of type EnvironmentAttributeConstructor parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeModifierConstructorDescription(package private)EnvironmentAttributeMap(Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> entries) -
Uses of EnvironmentAttribute in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type EnvironmentAttributeModifier and TypeMethodDescription<Value> Biome.BuilderBiome.Builder.setEnvironmentAttribute(EnvironmentAttribute<Value> attribute, Value value) <Value,Parameter>
Biome.BuilderBiome.Builder.setEnvironmentAttributeModifier(EnvironmentAttribute<Value> attribute, EnvironmentAttributeModifier<Value, Parameter> modifier, Parameter value)