Class CustomArrowEntity.ArrowEntityBuilder
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity.ArrowEntityBuilder
- All Implemented Interfaces:
HitEffectUtils
- Enclosing class:
CustomArrowEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils
HitEffectUtils.HitEffect -
Constructor Summary
ConstructorsConstructorDescriptionArrowEntityBuilder(net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.projectile.Arrow> entityType, net.minecraft.world.item.Item referenceItem) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils
addMoltenEffects, addTeslaEffects, addVentusEffects
-
Constructor Details
-
ArrowEntityBuilder
public ArrowEntityBuilder(net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.projectile.Arrow> entityType, net.minecraft.world.item.Item referenceItem)
-
-
Method Details
-
build
-