(final int value)
| 45 | // Paper end |
| 46 | |
| 47 | private GameMode(final int value) { |
| 48 | this.value = value; |
| 49 | this.translationKey = "gameMode." + this.name().toLowerCase(java.util.Locale.ENGLISH); // Paper |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Gets the mode value associated with this GameMode |