public final class CommandParamType extends Object
| Constructor and Description |
|---|
CommandParamType(int value,
boolean commandEnum,
boolean softEnum,
boolean postfix) |
| Modifier and Type | Method and Description |
|---|---|
static CommandParamType |
deserialize(int type) |
boolean |
equals(Object o) |
int |
getValue() |
int |
hashCode() |
boolean |
isCommandEnum() |
boolean |
isPostfix() |
boolean |
isSoftEnum() |
int |
serialize() |
String |
toString() |
public CommandParamType(int value,
boolean commandEnum,
boolean softEnum,
boolean postfix)
public static CommandParamType deserialize(int type)
public int serialize()
public int getValue()
public boolean isCommandEnum()
public boolean isSoftEnum()
public boolean isPostfix()
Copyright © 2018–2019 NukkitX. All rights reserved.