Uses of Interface
net.minecraft.world.attribute.AttributeRange
Packages that use AttributeRange
-
Uses of AttributeRange in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as AttributeRangeModifier and TypeFieldDescriptionstatic final AttributeRange<Float> AttributeRange.NON_NEGATIVE_FLOATstatic final AttributeRange<Float> AttributeRange.UNIT_FLOATprivate AttributeRange<Value> EnvironmentAttribute.Builder.valueRangeprivate final AttributeRange<Value> EnvironmentAttribute.valueRangeMethods in net.minecraft.world.attribute that return AttributeRangeModifier and TypeMethodDescriptionstatic <Value> AttributeRange<Value> AttributeRange.any()static AttributeRange<Float> AttributeRange.ofFloat(float minValue, float maxValue) Methods in net.minecraft.world.attribute with parameters of type AttributeRangeModifier and TypeMethodDescriptionEnvironmentAttribute.Builder.valueRange(AttributeRange<Value> valueRange) Constructors in net.minecraft.world.attribute with parameters of type AttributeRangeModifierConstructorDescriptionprivateEnvironmentAttribute(AttributeType<Value> type, Value defaultValue, AttributeRange<Value> valueRange, boolean isSyncable, boolean isPositional, boolean isSpatiallyInterpolated)