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
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, getEffectParticles, getHealth, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setActiveHand, setArrowCount, setBedInWhichSleepingPosition, setBeeStingerCount, setEffectParticles, setHandActive, setHealth, setInRiptideSpinAttack, setPotionEffectAmbientMethods inherited from class net.minestom.server.entity.metadata.EntityMeta
consumeEntity, get, getAirTicks, getComponent, getCustomName, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, set, setAirTicks, setComponent, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
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
-