Uses of Class
net.minecraft.world.attribute.EnvironmentAttribute
Packages that use EnvironmentAttribute
Package
Description
The base package for all Minecraft classes.
-
Uses of EnvironmentAttribute in net.minecraft
Fields in net.minecraft with type parameters of type EnvironmentAttributeModifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, class_12202.class_12203<?>> class_12202.field_63730private final Function<EnvironmentAttribute<?>, class_12202.class_12203<?>> class_12202.field_63731private final Set<EnvironmentAttribute<?>> class_12205.field_63741Methods in net.minecraft with parameters of type EnvironmentAttributeModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<Argument> class_12212.argumentCodec(EnvironmentAttribute<Subject> environmentAttribute) com.mojang.serialization.Codec<Value> class_12212.class_12214.argumentCodec(EnvironmentAttribute<Value> environmentAttribute) com.mojang.serialization.Codec<Boolean> class_12215.argumentCodec(EnvironmentAttribute<Boolean> environmentAttribute) default com.mojang.serialization.Codec<Integer> class_12216.class_12217.argumentCodec(EnvironmentAttribute<Integer> environmentAttribute) default com.mojang.serialization.Codec<Float> class_12218.class_12219.argumentCodec(EnvironmentAttribute<Float> environmentAttribute) <Value> Valueclass_12202.method_75689(EnvironmentAttribute<Value> environmentAttribute, float float2) private Valueclass_12202.class_12203.method_75692(EnvironmentAttribute<Value> environmentAttribute) class_12202.class_12203.method_75693(EnvironmentAttribute<Value> environmentAttribute, float float2) <Value> Valueclass_12204.method_75694(EnvironmentAttribute<Value> environmentAttribute) <Value> Valueclass_12205.method_75694(EnvironmentAttribute<Value> environmentAttribute) default <Value> Valueclass_12204.method_75695(EnvironmentAttribute<Value> environmentAttribute, Vec3d vec3d) <Value> Valueclass_12204.method_75696(EnvironmentAttribute<Value> environmentAttribute, Vec3d vec3d, @Nullable class_12211 class_12211) <Value> Valueclass_12205.method_75696(EnvironmentAttribute<Value> environmentAttribute, Vec3d vec3d, @Nullable class_12211 class_12211) default <Value> Valueclass_12204.method_75697(EnvironmentAttribute<Value> environmentAttribute, BlockPos blockPos) private <Value> Valueclass_12205.method_75698(EnvironmentAttribute<Value> environmentAttribute, Vec3d vec3d, @Nullable class_12211 class_12211, Value value) private <Value> Valueclass_12205.method_75699(EnvironmentAttribute<Value> environmentAttribute, Value value) private <Value> Valueclass_12205.method_75701(EnvironmentAttribute<Value> environmentAttribute) private <Value> Valueclass_12205.method_75702(EnvironmentAttribute<Value> environmentAttribute, Vec3d vec3d, @Nullable class_12211 class_12211) <Value> Valueclass_12211.method_75712(EnvironmentAttribute<Value> environmentAttribute, Value value) Constructors in net.minecraft with parameters of type 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<BiomeParticleConfig>> EnvironmentAttributes.AMBIENT_PARTICLES_VISUALstatic final EnvironmentAttribute<class_12190> EnvironmentAttributes.AMBIENT_SOUNDS_AUDIOstatic final EnvironmentAttribute<class_12194> EnvironmentAttributes.BACKGROUND_MUSIC_AUDIOstatic final EnvironmentAttribute<BedRule> EnvironmentAttributes.BED_RULE_GAMEPLAYstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.CAN_START_RAID_GAMEPLAYstatic final EnvironmentAttribute<Float> EnvironmentAttributes.CLOUD_HEIGHT_VISUALstatic final EnvironmentAttribute<Float> EnvironmentAttributes.CLOUD_OPACITY_VISUALstatic final EnvironmentAttribute<ParticleEffect> EnvironmentAttributes.DEFAULT_DRIPSTONE_PARTICLE_VISUALstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.EXTRA_FOG_VISUALstatic final EnvironmentAttribute<Boolean> EnvironmentAttributes.FAST_LAVA_GAMEPLAYstatic final EnvironmentAttribute<Integer> EnvironmentAttributes.FOG_COLOR_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<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_RADIUS_VISUALFields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeModifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> EnvironmentAttributeMap.Builder.entries(package private) final Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> EnvironmentAttributeMap.entriesstatic final com.mojang.serialization.Codec<EnvironmentAttribute<?>> EnvironmentAttributes.field_63763Methods 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 TypeMethodDescriptionbooleanEnvironmentAttributeMap.containsKey(EnvironmentAttribute<?> key) <Value> ValueEnvironmentAttributeMap.get(EnvironmentAttribute<Value> key, Value value) <Value> @Nullable EnvironmentAttributeMap.Entry<Value, ?> EnvironmentAttributeMap.getEntry(EnvironmentAttribute<Value> key) private static <Value> com.mojang.serialization.Codec<EnvironmentAttributeMap.Entry<Value, ?>> EnvironmentAttributeMap.Entry.method_75676(EnvironmentAttribute<Value> environmentAttribute) private static <Value,Argument>
com.mojang.serialization.MapCodec<EnvironmentAttributeMap.Entry<Value, Argument>> EnvironmentAttributeMap.Entry.method_75677(EnvironmentAttribute<Value> environmentAttribute, class_12212<Value, Argument> class_12212) <Value> EnvironmentAttributeMap.BuilderEnvironmentAttributeMap.Builder.set(EnvironmentAttribute<Value> key, Value value) <Value,Parameter>
EnvironmentAttributeMap.BuilderEnvironmentAttributeMap.Builder.setModifier(EnvironmentAttribute<Value> key, class_12212<Value, Parameter> modifier, Parameter value) Method parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeModifier and TypeMethodDescriptionstatic EnvironmentAttribute<?> EnvironmentAttributes.registerAndGetDefault(Registry<EnvironmentAttribute<?>> registry) Constructor 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,Parameter>
Biome.BuilderBiome.Builder.method_75736(EnvironmentAttribute<Value> environmentAttribute, class_12212<Value, Parameter> class_12212, Parameter parameter) <Value> Biome.BuilderBiome.Builder.method_75737(EnvironmentAttribute<Value> environmentAttribute, Value value)