Class BulletEntity.BulletEntityBuilder
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity.BulletEntityBuilder
- All Implemented Interfaces:
HitEffectUtils
- Enclosing class:
- BulletEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils
HitEffectUtils.HitEffect -
Constructor Summary
ConstructorsConstructorDescriptionBulletEntityBuilder(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
-
BulletEntityBuilder
public BulletEntityBuilder(net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.projectile.Arrow> entityType, net.minecraft.world.item.Item referenceItem)
-
-
Method Details
-
build
-