Package kr.toxicity.model.api.nms
Interface Profiled
- All Known Subinterfaces:
BaseBukkitPlayer,BasePlayer,PlayerChannelHandler
- All Known Implementing Classes:
RenderSource.BasePlayer,RenderSource.ProfiledDummy,RenderSource.ProfiledEntity,RenderSource.ProfiledPlayer
public interface Profiled
Profiled
-
Method Summary
Modifier and TypeMethodDescription@NotNull PlayerArmorarmors()Gets player armorbooleanisSlim()Checks this player's skin is slim@NotNull com.mojang.authlib.GameProfileprofile()Gets player game profile@NotNull PlayerSkinPartsGets player skin customization
-
Method Details
-
profile
@NotNull @NotNull com.mojang.authlib.GameProfile profile()Gets player game profile- Returns:
- game profile
-
isSlim
boolean isSlim()Checks this player's skin is slim- Returns:
- slim or wide
-
armors
Gets player armor- Returns:
- armor
-
skinParts
Gets player skin customization- Returns:
- skin parts
-