Uses of Interface
net.minecraft.world.attribute.EnvironmentAttributeFunction
Packages that use EnvironmentAttributeFunction
-
Uses of EnvironmentAttributeFunction in net.minecraft.world.attribute
Subinterfaces of EnvironmentAttributeFunction in net.minecraft.world.attributeModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceFields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeFunctionModifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, List<EnvironmentAttributeFunction<?>>> WorldEnvironmentAttributeAccess.Builder.modificationsprivate final List<EnvironmentAttributeFunction<Value>> WorldEnvironmentAttributeAccess.Entry.modificationsMethods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeFunctionModifier and TypeMethodDescriptionprivate <Value> WorldEnvironmentAttributeAccess.BuilderWorldEnvironmentAttributeAccess.Builder.addModification(EnvironmentAttribute<Value> attribute, EnvironmentAttributeFunction<Value> mod) Method parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeFunctionModifier and TypeMethodDescriptionprivate <Value> WorldEnvironmentAttributeAccess.Entry<Value> WorldEnvironmentAttributeAccess.computeEntry(EnvironmentAttribute<Value> attribute, List<? extends EnvironmentAttributeFunction<?>> mods) Constructor parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeFunctionModifierConstructorDescription(package private)Entry(EnvironmentAttribute<Value> attribute, Value defaultValue, List<EnvironmentAttributeFunction<Value>> modifications, boolean positional) (package private)WorldEnvironmentAttributeAccess(Map<EnvironmentAttribute<?>, List<EnvironmentAttributeFunction<?>>> modificationsByAttribute) -
Uses of EnvironmentAttributeFunction in net.minecraft.world.attribute.timeline
Classes in net.minecraft.world.attribute.timeline that implement EnvironmentAttributeFunction