类 HomingProjectileBehavior
java.lang.Object
mod.chloeprime.gunsmithlib.common.gunpack_extension.shared.fire_control.HomingProjectileBehavior
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidonBulletCreate(net.minecraft.world.entity.Entity shooter, net.minecraft.world.entity.projectile.Projectile bullet, double torque, double torqueLerpRate, net.minecraft.world.entity.Entity target) static voidonBulletTick(net.minecraft.world.entity.projectile.Projectile bullet)
-
字段详细资料
-
PDKEY_ENABLED
-
PDKEY_TORQUE
-
PDKEY_TARGET
-
PDKEY_TORQUE_LERP_RATE
-
-
构造器详细资料
-
HomingProjectileBehavior
public HomingProjectileBehavior()
-
-
方法详细资料
-
onBulletCreate
public static void onBulletCreate(net.minecraft.world.entity.Entity shooter, net.minecraft.world.entity.projectile.Projectile bullet, double torque, double torqueLerpRate, net.minecraft.world.entity.Entity target) -
onBulletTick
public static void onBulletTick(net.minecraft.world.entity.projectile.Projectile bullet)
-