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
Fields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Vec
@NotNull Vec
@NotNull Vec
@NotNull Vec
@NotNull Vec
@NotNull Vec
boolean
boolean
boolean
isMarker()
boolean
isSmall()
void
setBodyRotation
(@NotNull Vec value) void
setHasArms
(boolean value) void
setHasNoBasePlate
(boolean value) void
setHeadRotation
(@NotNull Vec value) void
setLeftArmRotation
(@NotNull Vec value) void
setLeftLegRotation
(@NotNull Vec value) void
setMarker
(boolean value) void
setRightArmRotation
(@NotNull Vec value) void
setRightLegRotation
(@NotNull Vec value) void
setSmall
(boolean 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, 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
-