classpublicPriority 3
RelativeFloat
com.hypixel.hytale.server.core.command.system.arguments.types.RelativeFloat
4
Methods
4
Public Methods
2
Fields
2
Constructors
Constants
BuilderCodec<RelativeFloat>CODEC= BuilderCodec.builder(RelativeFloat.class, RelativeFloat::new)
.append(new KeyedCodec<>("Val...
Constructors
protected
RelativeFloat()public
RelativeFloat(float value, boolean isRelative)Methods
Public Methods (4)
public
float getRawValue()public
boolean isRelative()public
float resolve(float baseValue)public
String toString()@Nonnull@Override
Fields
Private/Package Fields (2)
private
boolean isRelativeprivate
float value