Uses of Class
net.minecraft.world.attribute.SpatialAttributeInterpolator
Packages that use SpatialAttributeInterpolator
-
Uses of SpatialAttributeInterpolator in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as SpatialAttributeInterpolatorModifier and TypeFieldDescriptionprivate final SpatialAttributeInterpolatorEnvironmentAttributeProbe.biomeInterpolatorMethods in net.minecraft.world.attribute that return SpatialAttributeInterpolatorModifier and TypeMethodDescriptionSpatialAttributeInterpolator.accumulate(double weight, EnvironmentAttributeMap attributes) Methods in net.minecraft.world.attribute with parameters of type SpatialAttributeInterpolatorModifier and TypeMethodDescriptionEnvironmentAttributeLayer.Positional.applyPositional(Value baseValue, Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator) private ValueEnvironmentAttributeSystem.ValueSampler.computeValuePositional(Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator) <Value> ValueEnvironmentAttributeReader.getValue(EnvironmentAttribute<Value> attribute, Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator) <Value> ValueEnvironmentAttributeSystem.getValue(EnvironmentAttribute<Value> attribute, Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator) EnvironmentAttributeSystem.ValueSampler.getValue(Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator)