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 StringCLIConstants.getCLIName(ValueType valueType) static StringCLIConstants.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) voidvoidLut.write(ValueType outputValueType, JsonNotation notation, File file) voidLut.write(ValueType outputValueType, JsonNotation notation, FileChannel channel) voidLut.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 ValueTypeValueType.getByID(int id) static ValueTypeValueType.getByTextID(String textID) ValueBuffer.getType()static ValueTypeReturns 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)