forked from GeyserMC/Geyser
Include PlatformType.java
This commit is contained in:
parent
af669f2e88
commit
cae888eac9
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@ import lombok.Getter;
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public enum PlatformType {
|
public enum PlatformType {
|
||||||
|
|
||||||
BUKKIT("Bukkit"),
|
|
||||||
BUNGEECORD("BungeeCord"),
|
BUNGEECORD("BungeeCord"),
|
||||||
|
SPIGOT("Spigot"),
|
||||||
SPONGE("Sponge"),
|
SPONGE("Sponge"),
|
||||||
STANDALONE("Standalone"),
|
STANDALONE("Standalone"),
|
||||||
VELOCITY("Velocity");
|
VELOCITY("Velocity");
|
||||||
|
|
Loading…
Reference in a new issue