Interface CastingEnvironmentComponent.IsVecInRange

All Superinterfaces:
CastingEnvironmentComponent
Enclosing interface:
CastingEnvironmentComponent

public static interface CastingEnvironmentComponent.IsVecInRange extends CastingEnvironmentComponent
  • Method Details

    • onIsVecInRange

      boolean onIsVecInRange(net.minecraft.world.phys.Vec3 vec, boolean current)
      Receives the vec, and the current return value, and returns the new return value.