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 net.minestom.server.coordinate.Vec@NotNull net.minestom.server.coordinate.Vec@NotNull net.minestom.server.coordinate.Vec@NotNull net.minestom.server.coordinate.Vec@NotNull net.minestom.server.coordinate.Vec@NotNull net.minestom.server.coordinate.VecbooleanbooleanbooleanisMarker()booleanisSmall()voidsetBodyRotation(@NotNull net.minestom.server.coordinate.Vec value) voidsetHasArms(boolean value) voidsetHasNoBasePlate(boolean value) voidsetHeadRotation(@NotNull net.minestom.server.coordinate.Vec value) voidsetLeftArmRotation(@NotNull net.minestom.server.coordinate.Vec value) voidsetLeftLegRotation(@NotNull net.minestom.server.coordinate.Vec value) voidsetMarker(boolean value) voidsetRightArmRotation(@NotNull net.minestom.server.coordinate.Vec value) voidsetRightLegRotation(@NotNull net.minestom.server.coordinate.Vec value) voidsetSmall(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, setPotionEffectAmbientMethods 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
@NotNull public @NotNull net.minestom.server.coordinate.Vec getHeadRotation() -
setHeadRotation
public void setHeadRotation(@NotNull @NotNull net.minestom.server.coordinate.Vec value) -
getBodyRotation
@NotNull public @NotNull net.minestom.server.coordinate.Vec getBodyRotation() -
setBodyRotation
public void setBodyRotation(@NotNull @NotNull net.minestom.server.coordinate.Vec value) -
getLeftArmRotation
@NotNull public @NotNull net.minestom.server.coordinate.Vec getLeftArmRotation() -
setLeftArmRotation
public void setLeftArmRotation(@NotNull @NotNull net.minestom.server.coordinate.Vec value) -
getRightArmRotation
@NotNull public @NotNull net.minestom.server.coordinate.Vec getRightArmRotation() -
setRightArmRotation
public void setRightArmRotation(@NotNull @NotNull net.minestom.server.coordinate.Vec value) -
getLeftLegRotation
@NotNull public @NotNull net.minestom.server.coordinate.Vec getLeftLegRotation() -
setLeftLegRotation
public void setLeftLegRotation(@NotNull @NotNull net.minestom.server.coordinate.Vec value) -
getRightLegRotation
@NotNull public @NotNull net.minestom.server.coordinate.Vec getRightLegRotation() -
setRightLegRotation
public void setRightLegRotation(@NotNull @NotNull net.minestom.server.coordinate.Vec value)
-