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
-
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, setVelocity
Methods inherited from class com.elikill58.negativity.api.entity.AbstractEntity
applyTheoricVelocity, getTargetBlock, getVelocity, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.elikill58.negativity.api.commands.CommandSender
getName, sendMessage
Methods 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, setVelocity
Methods 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:
getShooter
in interfaceArrow
-
getType
- Specified by:
getType
in interfaceEntity
- Overrides:
getType
in classFabricEntity<net.minecraft.entity.projectile.ArrowEntity>
-