mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Move PlatformType to API and expose it for extensions (#3798)
* Move PlatformType to API and expose it for extensions * Move to a record
This commit is contained in:
parent
8d068ee28f
commit
f272ed9383
24 changed files with 52 additions and 41 deletions
|
@ -36,7 +36,7 @@ import com.velocitypowered.api.plugin.Plugin;
|
|||
import com.velocitypowered.api.proxy.ProxyServer;
|
||||
import lombok.Getter;
|
||||
import net.kyori.adventure.util.Codec;
|
||||
import org.geysermc.common.PlatformType;
|
||||
import org.geysermc.geyser.api.util.PlatformType;
|
||||
import org.geysermc.geyser.GeyserBootstrap;
|
||||
import org.geysermc.geyser.GeyserImpl;
|
||||
import org.geysermc.geyser.api.command.Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue