Class PlayerMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.LivingEntityMeta
net.minestom.server.entity.metadata.PlayerMeta
-
Field Summary
Fields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
byte
@NotNull net.kyori.adventure.nbt.BinaryTag
@NotNull net.kyori.adventure.nbt.BinaryTag
int
getScore()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAdditionalHearts
(float value) void
setCapeEnabled
(boolean value) void
setDisplayedSkinParts
(byte skinDisplayByte) void
setHatEnabled
(boolean value) void
setJacketEnabled
(boolean value) void
setLeftLegEnabled
(boolean value) void
setLeftShoulderEntityData
(@Nullable net.kyori.adventure.nbt.BinaryTag value) void
setLeftSleeveEnabled
(boolean value) void
setRightLegEnabled
(boolean value) void
setRightMainHand
(boolean value) void
setRightShoulderEntityData
(@Nullable net.kyori.adventure.nbt.BinaryTag value) void
setRightSleeveEnabled
(boolean value) void
setScore
(int value) Methods inherited from class net.minestom.server.entity.metadata.LivingEntityMeta
getActiveHand, getArrowCount, getBedInWhichSleepingPosition, getBeeStingerCount, getEffectParticles, getHealth, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setActiveHand, setArrowCount, setBedInWhichSleepingPosition, setBeeStingerCount, setEffectParticles, setHandActive, setHealth, setInRiptideSpinAttack, setPotionEffectAmbient
Methods inherited from class net.minestom.server.entity.metadata.EntityMeta
consumeEntity, getAirTicks, getCustomName, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, setAirTicks, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
Constructor Details
-
PlayerMeta
-
-
Method Details
-
getAdditionalHearts
public float getAdditionalHearts() -
setAdditionalHearts
public void setAdditionalHearts(float value) -
getScore
public int getScore() -
setScore
public void setScore(int value) -
isCapeEnabled
public boolean isCapeEnabled() -
setCapeEnabled
public void setCapeEnabled(boolean value) -
isJacketEnabled
public boolean isJacketEnabled() -
setJacketEnabled
public void setJacketEnabled(boolean value) -
isLeftSleeveEnabled
public boolean isLeftSleeveEnabled() -
setLeftSleeveEnabled
public void setLeftSleeveEnabled(boolean value) -
isRightSleeveEnabled
public boolean isRightSleeveEnabled() -
setRightSleeveEnabled
public void setRightSleeveEnabled(boolean value) -
isLeftLegEnabled
public boolean isLeftLegEnabled() -
setLeftLegEnabled
public void setLeftLegEnabled(boolean value) -
isRightLegEnabled
public boolean isRightLegEnabled() -
setRightLegEnabled
public void setRightLegEnabled(boolean value) -
isHatEnabled
public boolean isHatEnabled() -
setHatEnabled
public void setHatEnabled(boolean value) -
getDisplayedSkinParts
public byte getDisplayedSkinParts() -
setDisplayedSkinParts
public void setDisplayedSkinParts(byte skinDisplayByte) -
isRightMainHand
public boolean isRightMainHand() -
setRightMainHand
public void setRightMainHand(boolean value) -
getLeftShoulderEntityData
@NotNull public @NotNull net.kyori.adventure.nbt.BinaryTag getLeftShoulderEntityData() -
setLeftShoulderEntityData
public void setLeftShoulderEntityData(@Nullable @Nullable net.kyori.adventure.nbt.BinaryTag value) -
getRightShoulderEntityData
@NotNull public @NotNull net.kyori.adventure.nbt.BinaryTag getRightShoulderEntityData() -
setRightShoulderEntityData
public void setRightShoulderEntityData(@Nullable @Nullable net.kyori.adventure.nbt.BinaryTag value)
-