Uses of Interface
com.ericlam.mc.bungee.hnmc.container.PlayerSkin
-
Packages that use PlayerSkin Package Description com.ericlam.mc.bungee.hnmc.managers -
-
Uses of PlayerSkin in com.ericlam.mc.bungee.hnmc.managers
Methods in com.ericlam.mc.bungee.hnmc.managers that return types with arguments of type PlayerSkin Modifier and Type Method Description CompletableFuture<PlayerSkin>SkinValueManager. getOrSaveSkinForPlayer(UUID uuid)CompletableFuture<PlayerSkin>SkinValueManager. getOrSaveSkinForPlayer(UUID uuid, String name)CompletableFuture<PlayerSkin>SkinValueManager. updateSkin(UUID uuid)更新玩家皮膚Methods in com.ericlam.mc.bungee.hnmc.managers with parameters of type PlayerSkin Modifier and Type Method Description voidSkinValueManager. applySkin(ProxiedPlayer player, PlayerSkin skin)設置玩家皮膚LoginResultSkinValueManager. editResult(LoginResult result, PlayerSkin skin)修改玩家 Profile
-