Interface KineticWeapon.Condition

Enclosing interface:
KineticWeapon

public static interface KineticWeapon.Condition
  • Method Summary

    Modifier and Type
    Method
    Description
    @org.checkerframework.checker.index.qual.NonNegative int
     
    float
     
    float
     
  • Method Details

    • maxDurationTicks

      @Contract(pure=true) @org.checkerframework.checker.index.qual.NonNegative int maxDurationTicks()
    • minSpeed

      @Contract(pure=true) float minSpeed()
    • minRelativeSpeed

      @Contract(pure=true) float minRelativeSpeed()