Class RotatingDisplay
java.lang.Object
xericker.arenalegends.gameplay.RotatingDisplay
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy(long cooldownMs) voiddestroy(org.bukkit.entity.Entity display) voiddestroy(org.bukkit.entity.Entity display, long cooldownMs) voidList<org.bukkit.entity.Entity> List<org.bukkit.entity.Player> getPlayersHit(org.bukkit.entity.Entity display, double radius) doublevoidsetRadius(double newRadius) voidtick()
-
Method Details
-
setRadius
public void setRadius(double newRadius) -
getRadius
public double getRadius() -
tick
public void tick() -
destroy
public void destroy(long cooldownMs) -
destroy
public void destroy(org.bukkit.entity.Entity display) -
destroy
public void destroy(org.bukkit.entity.Entity display, long cooldownMs) -
getPlayersHit
public List<org.bukkit.entity.Player> getPlayersHit(org.bukkit.entity.Entity display, double radius) -
getDisplays
-
destroyAll
public void destroyAll()
-