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 booleanprotected org.cloudburstmc.math.vector.Vector3fprotected org.cloudburstmc.math.vector.Vector3fprotected org.cloudburstmc.math.vector.Vector3fprotected org.cloudburstmc.math.vector.Vector3fprotected booleanprotected booleanprotected org.cloudburstmc.math.vector.Vector3fprotected org.cloudburstmc.math.vector.Vector3fprotected booleanFields 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.Vector3forg.cloudburstmc.math.vector.Vector3forg.cloudburstmc.math.vector.Vector3forg.cloudburstmc.math.vector.Vector3forg.cloudburstmc.math.vector.Vector3forg.cloudburstmc.math.vector.Vector3fbooleanbooleanisMarker()booleanisSmall()voidsetArms(boolean arms) voidsetBodyRotation(org.cloudburstmc.math.vector.Vector3f bodyRotation) voidsetHeadRotation(org.cloudburstmc.math.vector.Vector3f headRotation) voidsetLeftArmRotation(org.cloudburstmc.math.vector.Vector3f leftArmRotation) voidsetLeftLegRotation(org.cloudburstmc.math.vector.Vector3f leftLegRotation) voidsetMarker(boolean marker) voidsetNoBasePlate(boolean noBasePlate) voidsetRightArmRotation(org.cloudburstmc.math.vector.Vector3f rightArmRotation) voidsetRightLegRotation(org.cloudburstmc.math.vector.Vector3f rightLegRotation) voidsetSmall(boolean small) booleanshowArms()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, setSleepingLocationMethods 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)
-