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 EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanisMarker()booleanisSmall()voidsetBodyRotation(Vec value) voidsetHasArms(boolean value) voidsetHasNoBasePlate(boolean value) voidsetHeadRotation(Vec value) voidsetLeftArmRotation(Vec value) voidsetLeftLegRotation(Vec value) voidsetMarker(boolean value) voidsetRightArmRotation(Vec value) voidsetRightLegRotation(Vec value) voidsetSmall(boolean value) Methods inherited from class LivingEntityMeta
getActiveHand, getArrowCount, getBedInWhichSleepingPosition, getBeeStingerCount, getEffectParticles, getHealth, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setActiveHand, setArrowCount, setBedInWhichSleepingPosition, setBeeStingerCount, setEffectParticles, setHandActive, setHealth, setInRiptideSpinAttack, setPotionEffectAmbientMethods inherited from class 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
-