Class NorthstarPotatoProjectileEntityHitActions.Freezing

java.lang.Object
com.lightning.northstar.content.NorthstarPotatoProjectileEntityHitActions.Freezing
All Implemented Interfaces:
Predicate<net.minecraft.world.phys.EntityHitResult>
Enclosing class:
NorthstarPotatoProjectileEntityHitActions

public static class NorthstarPotatoProjectileEntityHitActions.Freezing extends Object implements Predicate<net.minecraft.world.phys.EntityHitResult>
  • Constructor Details

    • Freezing

      public Freezing()
  • Method Details

    • test

      public boolean test(net.minecraft.world.phys.EntityHitResult ray)
      Specified by:
      test in interface Predicate<net.minecraft.world.phys.EntityHitResult>