1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-21 04:05:48 +00:00

Added some documentation

This commit is contained in:
beSnow 2020-05-14 23:35:21 +02:00
parent 0d0a4aa578
commit 865f97d1ba

View File

@ -15,6 +15,12 @@ import org.bukkit.inventory.ItemStack;
import org.bukkit.potion.PotionEffect; import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType; import org.bukkit.potion.PotionEffectType;
/**
* This {@link Listener} is responsible for the slow falling effect given to the player
* When Nearing the ground.
*
* @author beSnow
*/
public class BeeWingListener implements Listener { public class BeeWingListener implements Listener {
public BeeWingListener(SlimefunPlugin plugin) { public BeeWingListener(SlimefunPlugin plugin) {