public static enum SetScoreboardIdentityPacket.Type extends Enum<SetScoreboardIdentityPacket.Type>
| Modifier and Type | Method and Description |
|---|---|
static SetScoreboardIdentityPacket.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetScoreboardIdentityPacket.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetScoreboardIdentityPacket.Type ADD
public static final SetScoreboardIdentityPacket.Type REMOVE
public static SetScoreboardIdentityPacket.Type[] values()
for (SetScoreboardIdentityPacket.Type c : SetScoreboardIdentityPacket.Type.values()) System.out.println(c);
public static SetScoreboardIdentityPacket.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2019 NukkitX. All rights reserved.