Uses of Enum Class
net.royalur.lut.buffer.ValueType
Packages that use ValueType
-
Uses of ValueType in net.royalur.cli
Fields in net.royalur.cli with type parameters of type ValueTypeMethods in net.royalur.cli with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic String
CLIConstants.getCLIName
(ValueType valueType) static String
CLIConstants.getCLINameOrNull
(ValueType valueType) -
Uses of ValueType in net.royalur.lut
Methods in net.royalur.lut that return ValueTypeMethods in net.royalur.lut with parameters of type ValueTypeModifier and TypeMethodDescriptionLut.convertValueTypes
(ValueType newValueType) LutMetadata.copyWithValueType
(ValueType valueType) void
void
Lut.write
(ValueType outputValueType, JsonNotation notation, File file) void
Lut.write
(ValueType outputValueType, JsonNotation notation, FileChannel channel) void
Lut.write
(ValueType outputValueType, JsonNotation notation, DataSink output) Constructors in net.royalur.lut with parameters of type ValueTypeModifierConstructorDescriptionLutMetadata
(GameSettings gameSettings, ValueType valueType) LutMetadata
(GameSettings gameSettings, ValueType valueType, Map<String, com.fasterxml.jackson.databind.JsonNode> additionalMetadata) LutTrainer
(GameSettings settings, GameStateEncoding encoding, ValueType trainingValueType, JsonNotation jsonNotation) -
Uses of ValueType in net.royalur.lut.buffer
Methods in net.royalur.lut.buffer that return ValueTypeModifier and TypeMethodDescriptionstatic ValueType
ValueType.getByID
(int id) static ValueType
ValueType.getByTextID
(String textID) ValueBuffer.getType()
static ValueType
Returns the enum constant of this class with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.royalur.lut.buffer with parameters of type ValueTypeConstructors in net.royalur.lut.buffer with parameters of type ValueTypeModifierConstructorDescriptionFloatValueBuffer
(ValueType type, int capacity) IntValueBuffer
(ValueType type, int capacity) ValueBuffer
(ValueType type, int capacity)