Uses of Class
net.minecraft.world.attribute.EnvironmentAttributeSystem.ValueSampler
Packages that use EnvironmentAttributeSystem.ValueSampler
-
Uses of EnvironmentAttributeSystem.ValueSampler in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeSystem.ValueSamplerModifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, EnvironmentAttributeSystem.ValueSampler<?>> EnvironmentAttributeSystem.attributeSamplersMethods in net.minecraft.world.attribute that return EnvironmentAttributeSystem.ValueSamplerModifier and TypeMethodDescriptionprivate <Value> EnvironmentAttributeSystem.ValueSampler<Value> EnvironmentAttributeSystem.bakeLayerSampler(EnvironmentAttribute<Value> attribute, List<? extends EnvironmentAttributeLayer<?>> untypedLayers) private <Value> @Nullable EnvironmentAttributeSystem.ValueSampler<Value> EnvironmentAttributeSystem.getValueSampler(EnvironmentAttribute<Value> attribute)