mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-02 15:44:05 +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 {
|
public enum EntityUseAction {
|
||||||
INTERACT,
|
INTERACT,
|
||||||
ATTACK;
|
ATTACK,
|
||||||
|
INTERACT_AT;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -47,10 +48,16 @@ public abstract class EnumWrappers {
|
|||||||
* @author Kristian
|
* @author Kristian
|
||||||
*/
|
*/
|
||||||
public enum NativeGameMode {
|
public enum NativeGameMode {
|
||||||
NONE,
|
NOT_SET,
|
||||||
SURVIVAL,
|
SURVIVAL,
|
||||||
CREATIVE,
|
CREATIVE,
|
||||||
ADVENTURE;
|
ADVENTURE,
|
||||||
|
SPECTATOR,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Replaced by NOT_SET
|
||||||
|
*/
|
||||||
|
NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Class<?> PROTOCOL_CLASS = null;
|
private static Class<?> PROTOCOL_CLASS = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user