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 voidaddExposure(org.bukkit.entity.Player p, int exposure) static voidclearExposure(org.bukkit.entity.Player p) static intgetExposure(org.bukkit.entity.Player p) static voidremoveExposure(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)
-