Uses of Interface
net.minecraft.world.attribute.Range
Packages that use Range
-
Uses of Range in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as RangeModifier and TypeFieldDescriptionRange.POSITIVEEnvironmentAttribute.Builder.rangeEnvironmentAttribute.rangeRange.UNITMethods in net.minecraft.world.attribute that return RangeModifier and TypeMethodDescriptionRange.of(float min, float max) static <Value> Range<Value> Range.unrestricted()Methods in net.minecraft.world.attribute with parameters of type RangeModifier and TypeMethodDescriptionConstructors in net.minecraft.world.attribute with parameters of type RangeModifierConstructorDescription(package private)EnvironmentAttribute(EnvironmentAttributeType<Value> type, Value defaultValue, Range<Value> range, boolean sentThroughNetwork, boolean positional, boolean interpolated)