Class FabricArrow
java.lang.Object
com.elikill58.negativity.api.entity.AbstractEntity
com.elikill58.negativity.fabric.impl.entity.FabricEntity<net.minecraft.entity.projectile.ArrowEntity>
com.elikill58.negativity.fabric.impl.entity.FabricArrow
- All Implemented Interfaces:
CommandSender,Arrow,Entity,NegativityObject
public class FabricArrow
extends FabricEntity<net.minecraft.entity.projectile.ArrowEntity>
implements Arrow
-
Field Summary
Fields inherited from class com.elikill58.negativity.fabric.impl.entity.FabricEntity
entity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.elikill58.negativity.fabric.impl.entity.FabricEntity
getBoundingBox, getDefault, getEntityId, getEyeHeight, getEyeLocation, getLocation, getName, getRotation, getTheoricVelocity, getWorld, isDead, isOnGround, isOp, sendMessage, setVelocityMethods inherited from class com.elikill58.negativity.api.entity.AbstractEntity
applyTheoricVelocity, getTargetBlock, getVelocity, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.elikill58.negativity.api.commands.CommandSender
getName, sendMessageMethods inherited from interface com.elikill58.negativity.api.entity.Entity
applyTheoricVelocity, getBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getTargetBlock, getTheoricVelocity, getVelocity, getWorld, isDead, isOnGround, isOp, isSameId, isSameId, setVelocityMethods inherited from interface com.elikill58.negativity.api.NegativityObject
getDefault
-
Constructor Details
-
FabricArrow
public FabricArrow(net.minecraft.entity.projectile.ArrowEntity arrow)
-
-
Method Details
-
getShooter
- Specified by:
getShooterin interfaceArrow
-
getType
- Specified by:
getTypein interfaceEntity- Overrides:
getTypein classFabricEntity<net.minecraft.entity.projectile.ArrowEntity>
-