public class MCEntityArrow extends MCEntity implements crafttweaker.api.entity.IEntityArrow
| Constructor and Description |
|---|
MCEntityArrow(net.minecraft.entity.projectile.EntityArrow entityArrow) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrowShake() |
double |
getDamage() |
boolean |
getIsCritical() |
int |
getKnockbackStrength() |
java.lang.String |
getPickupStatus() |
crafttweaker.api.entity.IEntity |
getShooter() |
void |
setDamage(double damage) |
void |
setIsCritical(boolean critical) |
void |
setKnockbackStrength(int knockbackStrength) |
void |
setPickupAllowed() |
void |
setPickupCreativeOnly() |
void |
setPickupDisallowed() |
void |
setPickupStatus(java.lang.String pickupStatus) |
void |
setShooter(crafttweaker.api.entity.IEntity shooter) |
void |
shoot(double x,
double y,
double z,
float velocity,
float inaccuracy) |
void |
shoot(crafttweaker.api.entity.IEntity shooter,
float pitch,
float yaw,
float roll,
float velocity,
float inaccuracy) |
addTag, alwaysRenderNameTag, attackEntityFrom, canBeAttackedWithItem, canBeCollidedWith, canBePushed, canPassengerSteer, canRiderInteract, canTrample, dismountRidingEntity, doesTriggerPressurePlate, dropItem, equals, extinguish, getAir, getArmorInventoryList, getControllingPassenger, getCustomName, getDefinition, getDimension, getDisplayName, getDistanceSqToEntity, getEquipmentAndArmor, getEyeHight, getHeldEquipment, getID, getInternal, getLookingDirection, getLowestRidingEntity, getMaxFallHeight, getMaxInPortalTime, getMotionX, getMotionY, getMotionZ, getNBT, getParts, getPassengers, getPassengersRecursive, getPickedResult, getPortalCooldown, getPosition3f, getPosX, getPosY, getPosZ, getRayTrace, getRayTrace, getRidingEntity, getRotationPitch, getRotationYaw, getServer, getTags, getTeam, getWorld, getX, getY, getZ, hasCustomName, hashCode, hasNoGravity, isAlive, isBeingRidden, isBoss, isBurning, isEntityEqual, isGlowing, isImmuneToExplosions, isImmuneToFire, isInLava, isInsideOfMaterial, isInsideOpaqueBlock, isInvisible, isInvulnerable, isInvulnerableTo, isInWater, isOnSameTeam, isOutsideBorder, isOverWater, isPassenger, isPushedByWater, isRiding, isRidingSameEntity, isSilent, isSneaking, isSprinting, isWet, onEntityUpdate, onGround, onKillCommand, onUpdate, removePassengers, removeTag, setAir, setAlwaysRenderNameTag, setCustomName, setDead, setDimension, setFire, setGlowing, setID, setInvisible, setInvulnerable, setInWeb, setMotionX, setMotionY, setMotionZ, setNoGravity, setOutsideBorder, setPosition, setPosition3f, setPosX, setPosY, setPosZ, setRotationPitch, setRotationYaw, setSilent, setSneaking, setSprinting, setToLocationFrom, setWorld, shouldRiderDismountInWater, shouldRiderSit, spawnRunningParticles, toString, updategetPosition, sendMessageclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddTag, alwaysRenderNameTag, attackEntityFrom, canBeAttackedWithItem, canBeCollidedWith, canBePushed, canPassengerSteer, canRiderInteract, canTrample, dismountRidingEntity, doesTriggerPressurePlate, dropItem, extinguish, getAir, getArmorInventoryList, getControllingPassenger, getCustomName, getDefinition, getDimension, getDistanceSqToEntity, getEquipmentAndArmor, getEyeHight, getHeldEquipment, getID, getInternal, getLookingDirection, getLowestRidingEntity, getMaxFallHeight, getMaxInPortalTime, getMotionX, getMotionY, getMotionZ, getNBT, getParts, getPassengers, getPassengersRecursive, getPickedResult, getPortalCooldown, getPosition3f, getPosX, getPosY, getPosZ, getRayTrace, getRayTrace, getRidingEntity, getRotationPitch, getRotationYaw, getTags, getTeam, getX, getY, getZ, hasCustomName, hasNoGravity, isAlive, isBeingRidden, isBoss, isBurning, isEntityEqual, isGlowing, isImmuneToExplosions, isImmuneToFire, isInLava, isInsideOfMaterial, isInsideOpaqueBlock, isInvisible, isInvulnerable, isInvulnerableTo, isInWater, isOnSameTeam, isOutsideBorder, isOverWater, isPassenger, isPushedByWater, isRiding, isRidingSameEntity, isSilent, isSneaking, isSprinting, isWet, onEntityUpdate, onGround, onKillCommand, onUpdate, removePassengers, removeTag, setAir, setAlwaysRenderNameTag, setCustomName, setDead, setDimension, setFire, setGlowing, setID, setInvisible, setInvulnerable, setInWeb, setMotionX, setMotionY, setMotionZ, setNBT, setNoGravity, setOutsideBorder, setPosition, setPosition3f, setPosX, setPosY, setPosZ, setRotationPitch, setRotationYaw, setSilent, setSneaking, setSprinting, setToLocationFrom, setWorld, shouldRiderDismountInWater, shouldRiderSit, spawnRunningParticles, updatepublic MCEntityArrow(net.minecraft.entity.projectile.EntityArrow entityArrow)
public void shoot(double x,
double y,
double z,
float velocity,
float inaccuracy)
shoot in interface crafttweaker.api.entity.IProjectilepublic void shoot(crafttweaker.api.entity.IEntity shooter,
float pitch,
float yaw,
float roll,
float velocity,
float inaccuracy)
shoot in interface crafttweaker.api.entity.IEntityArrowpublic void setDamage(double damage)
setDamage in interface crafttweaker.api.entity.IEntityArrowpublic double getDamage()
getDamage in interface crafttweaker.api.entity.IEntityArrowpublic void setIsCritical(boolean critical)
setIsCritical in interface crafttweaker.api.entity.IEntityArrowpublic boolean getIsCritical()
getIsCritical in interface crafttweaker.api.entity.IEntityArrowpublic int getKnockbackStrength()
getKnockbackStrength in interface crafttweaker.api.entity.IEntityArrowpublic void setKnockbackStrength(int knockbackStrength)
setKnockbackStrength in interface crafttweaker.api.entity.IEntityArrowpublic int arrowShake()
arrowShake in interface crafttweaker.api.entity.IEntityArrowpublic crafttweaker.api.entity.IEntity getShooter()
getShooter in interface crafttweaker.api.entity.IEntityArrowpublic void setShooter(crafttweaker.api.entity.IEntity shooter)
setShooter in interface crafttweaker.api.entity.IEntityArrowpublic java.lang.String getPickupStatus()
getPickupStatus in interface crafttweaker.api.entity.IEntityArrowpublic void setPickupStatus(java.lang.String pickupStatus)
setPickupStatus in interface crafttweaker.api.entity.IEntityArrowpublic void setPickupDisallowed()
setPickupDisallowed in interface crafttweaker.api.entity.IEntityArrowpublic void setPickupAllowed()
setPickupAllowed in interface crafttweaker.api.entity.IEntityArrowpublic void setPickupCreativeOnly()
setPickupCreativeOnly in interface crafttweaker.api.entity.IEntityArrow