mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Build test
This commit is contained in:
parent
54e21333a3
commit
246961887e
@ -1,12 +1,12 @@
|
|||||||
package com.gmail.nossr50.datatypes;
|
package com.gmail.nossr50.datatypes;
|
||||||
|
|
||||||
public enum HudType {
|
public enum HudType {
|
||||||
DISABLED,
|
DISABLED,
|
||||||
STANDARD,
|
STANDARD,
|
||||||
SMALL,
|
SMALL,
|
||||||
RETRO;
|
RETRO;
|
||||||
|
|
||||||
public HudType getNext() {
|
public HudType getNext() {
|
||||||
return values()[(ordinal() + 1) % values().length];
|
return values()[(ordinal() + 1) % values().length];
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user