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> pAttribute, EnvironmentAttributeLayer<Value> pLayer) Method parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeLayerModifier and TypeMethodDescriptionprivate <Value> EnvironmentAttributeSystem.ValueSampler<Value> EnvironmentAttributeSystem.bakeLayerSampler(EnvironmentAttribute<Value> pAttribute, List<? extends EnvironmentAttributeLayer<?>> pLayers) Constructor parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeLayerModifierConstructorDescription(package private)EnvironmentAttributeSystem(Map<EnvironmentAttribute<?>, List<EnvironmentAttributeLayer<?>>> pAttributes) (package private)ValueSampler(EnvironmentAttribute<Value> pAttribute, Value pBaseValue, List<EnvironmentAttributeLayer<Value>> pLayers, boolean pIsAffectedByPosition) -
Uses of EnvironmentAttributeLayer in net.minecraft.world.timeline
Classes in net.minecraft.world.timeline that implement EnvironmentAttributeLayer