Uses of Interface
net.minecraft.world.attribute.EnvironmentAttributeLayer
Packages that use EnvironmentAttributeLayer
-
Uses of EnvironmentAttributeLayer in net.minecraft.world.attribute
Subinterfaces of EnvironmentAttributeLayer in net.minecraft.world.attributeModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceFields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeLayerModifier and TypeFieldDescriptionprivate final List<EnvironmentAttributeLayer<Value>> EnvironmentAttributeSystem.ValueSampler.layersprivate final Map<EnvironmentAttribute<?>, List<EnvironmentAttributeLayer<?>>> EnvironmentAttributeSystem.Builder.layersByAttributeMethods in net.minecraft.world.attribute with parameters of type EnvironmentAttributeLayerModifier and TypeMethodDescriptionprivate <Value> EnvironmentAttributeSystem.BuilderEnvironmentAttributeSystem.Builder.addLayer(EnvironmentAttribute<Value> attribute, EnvironmentAttributeLayer<Value> layer) Method parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeLayerModifier and TypeMethodDescriptionprivate <Value> EnvironmentAttributeSystem.ValueSampler<Value> EnvironmentAttributeSystem.bakeLayerSampler(EnvironmentAttribute<Value> attribute, List<? extends EnvironmentAttributeLayer<?>> untypedLayers) Constructor parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeLayerModifierConstructorDescriptionprivateEnvironmentAttributeSystem(Map<EnvironmentAttribute<?>, List<EnvironmentAttributeLayer<?>>> layersByAttribute) privateValueSampler(EnvironmentAttribute<Value> attribute, Value baseValue, List<EnvironmentAttributeLayer<Value>> layers, boolean isAffectedByPosition) -
Uses of EnvironmentAttributeLayer in net.minecraft.world.timeline
Classes in net.minecraft.world.timeline that implement EnvironmentAttributeLayer