mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-03-11 06:14:32 +01:00
Update EnumWrappers with new constants
This commit is contained in:
parent
dfc1808aca
commit
3ac9793553
@ -37,7 +37,8 @@ public abstract class EnumWrappers {
|
||||
|
||||
public enum EntityUseAction {
|
||||
INTERACT,
|
||||
ATTACK;
|
||||
ATTACK,
|
||||
INTERACT_AT;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -47,10 +48,16 @@ public abstract class EnumWrappers {
|
||||
* @author Kristian
|
||||
*/
|
||||
public enum NativeGameMode {
|
||||
NONE,
|
||||
NOT_SET,
|
||||
SURVIVAL,
|
||||
CREATIVE,
|
||||
ADVENTURE;
|
||||
ADVENTURE,
|
||||
SPECTATOR,
|
||||
|
||||
/**
|
||||
* @deprecated Replaced by NOT_SET
|
||||
*/
|
||||
NONE;
|
||||
}
|
||||
|
||||
private static Class<?> PROTOCOL_CLASS = null;
|
||||
|
Loading…
Reference in New Issue
Block a user