Class ArmorStandMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.LivingEntityMeta
net.minestom.server.entity.metadata.other.ArmorStandMeta
-
Field Summary
FieldsFields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Vec@NotNull Vec@NotNull Vec@NotNull Vec@NotNull Vec@NotNull VecbooleanbooleanbooleanisMarker()booleanisSmall()voidsetBodyRotation(@NotNull Vec value) voidsetHasArms(boolean value) voidsetHasNoBasePlate(boolean value) voidsetHeadRotation(@NotNull Vec value) voidsetLeftArmRotation(@NotNull Vec value) voidsetLeftLegRotation(@NotNull Vec value) voidsetMarker(boolean value) voidsetRightArmRotation(@NotNull Vec value) voidsetRightLegRotation(@NotNull Vec value) voidsetSmall(boolean 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
-
ArmorStandMeta
-
-
Method Details
-
isSmall
public boolean isSmall() -
setSmall
public void setSmall(boolean value) -
isHasArms
public boolean isHasArms() -
setHasArms
public void setHasArms(boolean value) -
isHasNoBasePlate
public boolean isHasNoBasePlate() -
setHasNoBasePlate
public void setHasNoBasePlate(boolean value) -
isMarker
public boolean isMarker() -
setMarker
public void setMarker(boolean value) -
getHeadRotation
-
setHeadRotation
-
getBodyRotation
-
setBodyRotation
-
getLeftArmRotation
-
setLeftArmRotation
-
getRightArmRotation
-
setRightArmRotation
-
getLeftLegRotation
-
setLeftLegRotation
-
getRightLegRotation
-
setRightLegRotation
-