SelectionListenerManager

Properties

Link copied to clipboard

Functions

Link copied to clipboard
public SelectionListener getBlockListener(Player player, BiConsumer<Block, BlockFace> operation)
public SelectionListener getBlockListener(Player player, Consumer<Block> operation)
Link copied to clipboard
public SelectionListener getEntityListener(Player player, Consumer<Entity> operation)
Link copied to clipboard
Link copied to clipboard
public static JavaPlugin getPluginInstance(SelectionListener selectionListener)
Link copied to clipboard
public boolean isPlayerUsingCommand(Player player)
Link copied to clipboard
public SelectionListener registerSelection(SelectionListener listener, JavaPlugin plugin)
Link copied to clipboard
public void removeSelection(SelectionListener listener)