Class RadiationUtils

java.lang.Object
io.github.thebusybiscuit.slimefun4.utils.RadiationUtils

public final class RadiationUtils extends Object
This class is a basic wrapper around the status effect.
Author:
Semisol
See Also:
  • Constructor Details

    • RadiationUtils

      public RadiationUtils()
  • Method Details

    • clearExposure

      public static void clearExposure(@Nonnull Player p)
    • getExposure

      public static int getExposure(@Nonnull Player p)
    • addExposure

      public static void addExposure(@Nonnull Player p, int exposure)
    • removeExposure

      public static void removeExposure(@Nonnull Player p, int exposure)