Package com.loohp.limbo.entity
Class ArmorStand
java.lang.Object
com.loohp.limbo.entity.Entity
com.loohp.limbo.entity.LivingEntity
com.loohp.limbo.entity.ArmorStand
- All Implemented Interfaces:
net.kyori.adventure.sound.Sound.Emitter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected org.cloudburstmc.math.vector.Vector3f
protected org.cloudburstmc.math.vector.Vector3f
protected org.cloudburstmc.math.vector.Vector3f
protected org.cloudburstmc.math.vector.Vector3f
protected boolean
protected boolean
protected org.cloudburstmc.math.vector.Vector3f
protected org.cloudburstmc.math.vector.Vector3f
protected boolean
Fields inherited from class com.loohp.limbo.entity.LivingEntity
absorption, activeHand, arrowsInEntity, handActive, health, inRiptideSpinAttack, potionEffectAmbient, potionEffectColor, sleepingLocation
-
Constructor Summary
ConstructorsConstructorDescriptionArmorStand
(int entityId, UUID uuid, World world, double x, double y, double z, float yaw, float pitch) ArmorStand
(Location location) ArmorStand
(World world, double x, double y, double z, float yaw, float pitch) ArmorStand
(UUID uuid, Location location) ArmorStand
(UUID uuid, World world, double x, double y, double z, float yaw, float pitch) -
Method Summary
Modifier and TypeMethodDescriptionorg.cloudburstmc.math.vector.Vector3f
org.cloudburstmc.math.vector.Vector3f
org.cloudburstmc.math.vector.Vector3f
org.cloudburstmc.math.vector.Vector3f
org.cloudburstmc.math.vector.Vector3f
org.cloudburstmc.math.vector.Vector3f
boolean
boolean
isMarker()
boolean
isSmall()
void
setArms
(boolean arms) void
setBodyRotation
(org.cloudburstmc.math.vector.Vector3f bodyRotation) void
setHeadRotation
(org.cloudburstmc.math.vector.Vector3f headRotation) void
setLeftArmRotation
(org.cloudburstmc.math.vector.Vector3f leftArmRotation) void
setLeftLegRotation
(org.cloudburstmc.math.vector.Vector3f leftLegRotation) void
setMarker
(boolean marker) void
setNoBasePlate
(boolean noBasePlate) void
setRightArmRotation
(org.cloudburstmc.math.vector.Vector3f rightArmRotation) void
setRightLegRotation
(org.cloudburstmc.math.vector.Vector3f rightLegRotation) void
setSmall
(boolean small) boolean
showArms()
Methods inherited from class com.loohp.limbo.entity.LivingEntity
getAbsorption, getActiveHand, getArrowsInEntity, getHealth, getPotionEffectColor, getSleepingLocation, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setAbsorption, setActiveHand, setArrowsInEntity, setHandActive, setHealth, setInRiptideSpinAttack, setPotionEffectAmbient, setPotionEffectColor, setSleepingLocation
Methods inherited from class com.loohp.limbo.entity.Entity
getAir, getCustomName, getDataWatcher, getEntityId, getLocation, getPitch, getPose, getType, getUniqueId, getWorld, getX, getY, getYaw, getZ, hasGravity, isCrouching, isCustomNameVisible, isElytraFlying, isGlowing, isInvisible, isOnFire, isSilent, isSprinting, isSwimming, isValid, remove, setAir, setCrouching, setCustomName, setCustomName, setCustomNameVisible, setElytraFlying, setGlowing, setGravity, setInvisible, setOnFire, setPitch, setPose, setSilent, setSprinting, setSwimming, setWorld, setX, setY, setYaw, setZ, teleport
-
Field Details
-
small
protected boolean small -
arms
protected boolean arms -
noBasePlate
protected boolean noBasePlate -
marker
protected boolean marker -
headRotation
protected org.cloudburstmc.math.vector.Vector3f headRotation -
bodyRotation
protected org.cloudburstmc.math.vector.Vector3f bodyRotation -
leftArmRotation
protected org.cloudburstmc.math.vector.Vector3f leftArmRotation -
rightArmRotation
protected org.cloudburstmc.math.vector.Vector3f rightArmRotation -
leftLegRotation
protected org.cloudburstmc.math.vector.Vector3f leftLegRotation -
rightLegRotation
protected org.cloudburstmc.math.vector.Vector3f rightLegRotation
-
-
Constructor Details
-
ArmorStand
-
ArmorStand
-
ArmorStand
-
ArmorStand
-
ArmorStand
-
-
Method Details
-
isSmall
public boolean isSmall() -
setSmall
public void setSmall(boolean small) -
showArms
public boolean showArms() -
setArms
public void setArms(boolean arms) -
hasNoBasePlate
public boolean hasNoBasePlate() -
setNoBasePlate
public void setNoBasePlate(boolean noBasePlate) -
isMarker
public boolean isMarker() -
setMarker
public void setMarker(boolean marker) -
getHeadRotation
public org.cloudburstmc.math.vector.Vector3f getHeadRotation() -
setHeadRotation
public void setHeadRotation(org.cloudburstmc.math.vector.Vector3f headRotation) -
getBodyRotation
public org.cloudburstmc.math.vector.Vector3f getBodyRotation() -
setBodyRotation
public void setBodyRotation(org.cloudburstmc.math.vector.Vector3f bodyRotation) -
getLeftArmRotation
public org.cloudburstmc.math.vector.Vector3f getLeftArmRotation() -
setLeftArmRotation
public void setLeftArmRotation(org.cloudburstmc.math.vector.Vector3f leftArmRotation) -
getRightArmRotation
public org.cloudburstmc.math.vector.Vector3f getRightArmRotation() -
setRightArmRotation
public void setRightArmRotation(org.cloudburstmc.math.vector.Vector3f rightArmRotation) -
getLeftLegRotation
public org.cloudburstmc.math.vector.Vector3f getLeftLegRotation() -
setLeftLegRotation
public void setLeftLegRotation(org.cloudburstmc.math.vector.Vector3f leftLegRotation) -
getRightLegRotation
public org.cloudburstmc.math.vector.Vector3f getRightLegRotation() -
setRightLegRotation
public void setRightLegRotation(org.cloudburstmc.math.vector.Vector3f rightLegRotation)
-