Package net.jeqo.bloons.management
Class SingleBalloonManagement
java.lang.Object
net.jeqo.bloons.management.SingleBalloonManagement
A class to manage balloons and their removal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidquickRemoveBalloon(org.bukkit.entity.Player player, SingleBalloon owner) Remove the balloon from the player quicklystatic voidremoveBalloon(org.bukkit.entity.Player player, SingleBalloon owner) Remove the balloon from the playerstatic voidstoreBalloon(SingleBalloon balloon) Store the balloon in storage and just cancel the runnable
-
Constructor Details
-
SingleBalloonManagement
public SingleBalloonManagement()
-
-
Method Details
-
removeBalloon
Remove the balloon from the player- Parameters:
player- The player to remove the balloon from, type org.bukkit.entity.Playerowner- The balloon, type net.jeqo.bloons.balloon.single.SingleBalloon
-
quickRemoveBalloon
Remove the balloon from the player quickly- Parameters:
player- The player to remove the balloon from, type org.bukkit.entity.Playerowner- The balloon, type net.jeqo.bloons.balloon.single.SingleBalloon
-
storeBalloon
Store the balloon in storage and just cancel the runnable- Parameters:
balloon- The balloon, type net.jeqo.bloons.balloon.single.SingleBalloon
-