public class TargetFormatType extends ModelEnum<String>
target_type of the remapper is attribute, try to cast the value
to a new specific type. If the cast is not possible, the original type is kept. string
, integer, or double are the possible types. If the
target_type is tag, this parameter may not be specified.| Modifier and Type | Class and Description |
|---|---|
static class |
TargetFormatType.TargetFormatTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static TargetFormatType |
AUTO |
static TargetFormatType |
DOUBLE |
static TargetFormatType |
INTEGER |
static TargetFormatType |
STRING |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static TargetFormatType |
fromValue(String value) |
public static final TargetFormatType AUTO
public static final TargetFormatType STRING
public static final TargetFormatType INTEGER
public static final TargetFormatType DOUBLE
public static TargetFormatType fromValue(String value)
Copyright © 2024. All rights reserved.