Package be.seeseemelk.mockbukkit.potion
Class PotionUtils
java.lang.Object
be.seeseemelk.mockbukkit.potion.PotionUtils
Utility class copied from CraftPotionUtil.
https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/browse/src/main/java/org/bukkit/craftbukkit/potion/CraftPotionUtil.java#14
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable org.bukkit.potion.PotionTypefromBukkit(@Nullable org.bukkit.potion.PotionData data) static @Nullable org.bukkit.potion.PotionDatatoBukkit(@Nullable org.bukkit.potion.PotionType type)
-
Method Details
-
fromBukkit
@Nullable public static @Nullable org.bukkit.potion.PotionType fromBukkit(@Nullable @Nullable org.bukkit.potion.PotionData data) -
toBukkit
@Nullable public static @Nullable org.bukkit.potion.PotionData toBukkit(@Nullable @Nullable org.bukkit.potion.PotionType type)
-