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 TypeMethodDescriptionboolean
boolean
boolean
isMarker()
boolean
isSmall()
void
setBodyRotation
(Vec value) void
setHasArms
(boolean value) void
setHasNoBasePlate
(boolean value) void
setHeadRotation
(Vec value) void
setLeftArmRotation
(Vec value) void
setLeftLegRotation
(Vec value) void
setMarker
(boolean value) void
setRightArmRotation
(Vec value) void
setRightLegRotation
(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, 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
-