Uses of Class
io.github.bakedlibs.dough.skins.PlayerSkin
Packages that use PlayerSkin
-
Uses of PlayerSkin in io.github.bakedlibs.dough.skins
Methods in io.github.bakedlibs.dough.skins that return PlayerSkinModifier and TypeMethodDescriptionstatic PlayerSkinPlayerSkin.fromBase64(String base64skinTexture) static PlayerSkinPlayerSkin.fromBase64(UUID uuid, String base64skinTexture) static PlayerSkinPlayerSkin.fromHashCode(String hashCode) static PlayerSkinPlayerSkin.fromHashCode(UUID uuid, String hashCode) static PlayerSkinstatic PlayerSkinMethods in io.github.bakedlibs.dough.skins that return types with arguments of type PlayerSkinModifier and TypeMethodDescriptionstatic CompletableFuture<PlayerSkin>PlayerSkin.fromPlayerUUID(Plugin plugin, UUID uuid) Methods in io.github.bakedlibs.dough.skins with parameters of type PlayerSkinModifier and TypeMethodDescriptionstatic ItemStackPlayerHead.getItemStack(PlayerSkin skin) This Method will simply return the Head of the specified Playerstatic voidPlayerHead.setSkin(Block block, PlayerSkin skin, boolean sendBlockUpdate)