Class RadiationUtils
java.lang.Object
io.github.thebusybiscuit.slimefun4.utils.RadiationUtils
This class is a basic wrapper around the
status effect.
- Author:
- Semisol
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addExposure
(org.bukkit.entity.Player p, int exposure) static void
clearExposure
(org.bukkit.entity.Player p) static int
getExposure
(org.bukkit.entity.Player p) static void
removeExposure
(org.bukkit.entity.Player p, int exposure)
-
Constructor Details
-
RadiationUtils
public RadiationUtils()
-
-
Method Details
-
clearExposure
public static void clearExposure(@Nonnull org.bukkit.entity.Player p) -
getExposure
public static int getExposure(@Nonnull org.bukkit.entity.Player p) -
addExposure
public static void addExposure(@Nonnull org.bukkit.entity.Player p, int exposure) -
removeExposure
public static void removeExposure(@Nonnull org.bukkit.entity.Player p, int exposure)
-