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
FieldsFields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat@Nullable org.jglrxavpok.hephaistos.nbt.NBT@Nullable org.jglrxavpok.hephaistos.nbt.NBTintgetScore()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAdditionalHearts(float value) voidsetCapeEnabled(boolean value) voidsetDisplayedSkinParts(byte skinDisplayByte) voidsetHatEnabled(boolean value) voidsetJacketEnabled(boolean value) voidsetLeftLegEnabled(boolean value) voidsetLeftShoulderEntityData(@Nullable org.jglrxavpok.hephaistos.nbt.NBT value) voidsetLeftSleeveEnabled(boolean value) voidsetRightLegEnabled(boolean value) voidsetRightMainHand(boolean value) voidsetRightShoulderEntityData(@Nullable org.jglrxavpok.hephaistos.nbt.NBT value) voidsetRightSleeveEnabled(boolean value) voidsetScore(int value) Methods inherited from class net.minestom.server.entity.metadata.LivingEntityMeta
getActiveHand, getArrowCount, getBedInWhichSleepingPosition, getBeeStingerCount, getHealth, getHealthAddedByAbsorption, getPotionEffectColor, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setActiveHand, setArrowCount, setBedInWhichSleepingPosition, setBeeStingerCount, setHandActive, setHealth, setHealthAddedByAbsorption, setInRiptideSpinAttack, setPotionEffectAmbient, setPotionEffectColorMethods inherited from class net.minestom.server.entity.metadata.EntityMeta
consumeEntity, getAirTicks, getCustomName, getMask, getMaskBit, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, setAirTicks, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setMask, setMaskBit, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
Field Details
-
OFFSET
public static final byte OFFSET- See Also:
-
MAX_OFFSET
public static final byte MAX_OFFSET- See Also:
-
-
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) -
setDisplayedSkinParts
public void setDisplayedSkinParts(byte skinDisplayByte) -
isRightMainHand
public boolean isRightMainHand() -
setRightMainHand
public void setRightMainHand(boolean value) -
getLeftShoulderEntityData
@Nullable public @Nullable org.jglrxavpok.hephaistos.nbt.NBT getLeftShoulderEntityData() -
setLeftShoulderEntityData
public void setLeftShoulderEntityData(@Nullable @Nullable org.jglrxavpok.hephaistos.nbt.NBT value) -
getRightShoulderEntityData
@Nullable public @Nullable org.jglrxavpok.hephaistos.nbt.NBT getRightShoulderEntityData() -
setRightShoulderEntityData
public void setRightShoulderEntityData(@Nullable @Nullable org.jglrxavpok.hephaistos.nbt.NBT value)
-