Class SnowballRedirect

java.lang.Object
com.hammy275.immersivemc.mixin.throw_redirectors.SnowballRedirect

public class SnowballRedirect extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends net.minecraft.world.entity.projectile.Projectile>
    T
    immersiveMC$shootFromRotation(net.minecraft.world.entity.projectile.Projectile.ProjectileFactory<T> factory, net.minecraft.server.level.ServerLevel level, net.minecraft.world.item.ItemStack spawnedFrom, net.minecraft.world.entity.LivingEntity owner, float z, float velocity, float inaccuracy)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SnowballRedirect

      public SnowballRedirect()
  • Method Details

    • immersiveMC$shootFromRotation

      public <T extends net.minecraft.world.entity.projectile.Projectile> T immersiveMC$shootFromRotation(net.minecraft.world.entity.projectile.Projectile.ProjectileFactory<T> factory, net.minecraft.server.level.ServerLevel level, net.minecraft.world.item.ItemStack spawnedFrom, net.minecraft.world.entity.LivingEntity owner, float z, float velocity, float inaccuracy)