Interface WorldAreaBarrier
- All Known Implementing Classes:
WorldArea
public interface WorldAreaBarrier
-
Method Summary
Modifier and TypeMethodDescriptionList<org.bukkit.Location>default voidshowBarrierTo(org.bukkit.entity.Player player) default voidshowBarrierTo(org.bukkit.entity.Player player, int limit)
-
Method Details
-
getBlocks
List<org.bukkit.Location> getBlocks() -
showBarrierTo
default void showBarrierTo(org.bukkit.entity.Player player, int limit) -
showBarrierTo
default void showBarrierTo(org.bukkit.entity.Player player)
-