public class ParameterFloat extends ParameterNumber<java.lang.Float>
defaultValue, value| Constructor and Description |
|---|
ParameterFloat(io.netty.buffer.ByteBuf buf) |
ParameterFloat(float defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
ParameterFloat |
copy() |
boolean |
isByte() |
boolean |
isDouble() |
boolean |
isFloat() |
boolean |
isInt() |
boolean |
isLong() |
boolean |
isShort() |
protected java.lang.Float |
read(io.netty.buffer.ByteBuf buf) |
void |
setValue(@Nullable java.lang.Object value) |
protected void |
write(io.netty.buffer.ByteBuf buf,
java.lang.Float val) |
byteValue, defaultByteValue, defaultDoubleValue, defaultFloatValue, defaultIntValue, defaultLongValue, defaultShortValue, doubleValue, floatValue, getAsBoolean, getAsByte, getAsByte, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsNumber, getAsShort, getAsShort, intValue, isBool, isList, isNumber, isPrimitive, isString, longValue, shortValueequals, getAsColor, getAsList, getAsNumber, getAsNumber, getAsNumber, getAsString, isDefault, toString, writepublic ParameterFloat(float defaultValue)
public ParameterFloat(io.netty.buffer.ByteBuf buf)
public ParameterFloat copy()
copy in class ParameterNumber<java.lang.Float>protected java.lang.Float read(io.netty.buffer.ByteBuf buf)
public void setValue(@Nullable
@Nullable java.lang.Object value)