1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-30 12:19:22 +00:00

Prepare for skin additions

This commit is contained in:
DoctorMacc
2020-08-20 11:37:40 -04:00
parent b6e56a653a
commit 9c21545241
3 changed files with 13 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
package org.geysermc.floodgate.api.player;
import org.geysermc.floodgate.util.DeviceOs;
import org.geysermc.floodgate.util.InputMode;
import org.geysermc.floodgate.util.LinkedPlayer;
import org.geysermc.floodgate.util.UiProfile;
import org.geysermc.floodgate.util.*;
import java.util.UUID;
@@ -76,6 +73,11 @@ public interface FloodgatePlayer {
*/
LinkedPlayer getLinkedPlayer();
/**
* Returns the raw skin of the Bedrock player
*/
RawSkin getRawSkin();
/**
* Casts the FloodgatePlayer instance to a class that extends FloodgatePlayer.
*