Uses of Record Class
net.minecraft.world.attribute.EnvironmentAttributeType
Packages that use EnvironmentAttributeType
-
Uses of EnvironmentAttributeType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type EnvironmentAttributeTypeModifier and TypeFieldDescriptionstatic final Registry<EnvironmentAttributeType<?>> Registries.ATTRIBUTE_TYPEstatic final RegistryKey<Registry<EnvironmentAttributeType<?>>> RegistryKeys.ATTRIBUTE_TYPE -
Uses of EnvironmentAttributeType in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as EnvironmentAttributeTypeModifier and TypeFieldDescriptionstatic final EnvironmentAttributeType<List<AmbientParticle>> EnvironmentAttributeTypes.AMBIENT_PARTICLESstatic final EnvironmentAttributeType<AmbientSounds> EnvironmentAttributeTypes.AMBIENT_SOUNDSstatic final EnvironmentAttributeType<Integer> EnvironmentAttributeTypes.ARGB_COLORstatic final EnvironmentAttributeType<BackgroundMusic> EnvironmentAttributeTypes.BACKGROUND_MUSICstatic final EnvironmentAttributeType<BedRule> EnvironmentAttributeTypes.BED_RULEstatic final EnvironmentAttributeType<Boolean> EnvironmentAttributeTypes.BOOLEANstatic final EnvironmentAttributeType<Float> EnvironmentAttributeTypes.FLOATstatic final EnvironmentAttributeType<ParticleEffect> EnvironmentAttributeTypes.PARTICLEstatic final EnvironmentAttributeType<Integer> EnvironmentAttributeTypes.RGB_COLORprivate final EnvironmentAttributeType<Value> EnvironmentAttribute.Builder.typeprivate final EnvironmentAttributeType<Value> EnvironmentAttribute.typeFields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnvironmentAttributeType<?>> EnvironmentAttributeTypes.CODECMethods in net.minecraft.world.attribute that return EnvironmentAttributeTypeModifier and TypeMethodDescriptionstatic <Value> EnvironmentAttributeType<Value> EnvironmentAttributeType.discrete(com.mojang.serialization.Codec<Value> valueCodec) static <Value> EnvironmentAttributeType<Value> EnvironmentAttributeType.discrete(com.mojang.serialization.Codec<Value> valueCodec, Map<EnvironmentAttributeModifier.Type, EnvironmentAttributeModifier<Value, ?>> modifierLibrary) EnvironmentAttribute.getType()static <Value> EnvironmentAttributeType<Value> EnvironmentAttributeType.interpolated(com.mojang.serialization.Codec<Value> valueCodec, Map<EnvironmentAttributeModifier.Type, EnvironmentAttributeModifier<Value, ?>> modifierLibrary, Interpolator<Value> lerp) static <Value> EnvironmentAttributeType<Value> EnvironmentAttributeType.interpolated(com.mojang.serialization.Codec<Value> valueCodec, Map<EnvironmentAttributeModifier.Type, EnvironmentAttributeModifier<Value, ?>> modifierLibrary, Interpolator<Value> spatialLerp, Interpolator<Value> partialTickLerp) static <Value> EnvironmentAttributeType<Value> EnvironmentAttributeTypes.register(String path, EnvironmentAttributeType<Value> type) static EnvironmentAttributeType<?> EnvironmentAttributeTypes.registerAndGetDefault(Registry<EnvironmentAttributeType<?>> registry) Methods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeTypeModifier and TypeMethodDescriptionstatic <Value> EnvironmentAttribute.Builder<Value> EnvironmentAttribute.builder(EnvironmentAttributeType<Value> type) static <Value> EnvironmentAttributeType<Value> EnvironmentAttributeTypes.register(String path, EnvironmentAttributeType<Value> type) Method parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeTypeModifier and TypeMethodDescriptionstatic EnvironmentAttributeType<?> EnvironmentAttributeTypes.registerAndGetDefault(Registry<EnvironmentAttributeType<?>> registry) Constructors in net.minecraft.world.attribute with parameters of type EnvironmentAttributeTypeModifierConstructorDescriptionBuilder(EnvironmentAttributeType<Value> type) (package private)EnvironmentAttribute(EnvironmentAttributeType<Value> type, Value defaultValue, AttributeValidator<Value> validator, boolean synced, boolean positional, boolean interpolated)