Interface HighlightAPI


@NullMarked public interface HighlightAPI
  • Method Details

    • highlightBlock

      EntityReference highlightBlock(org.bukkit.entity.Player player, su.nightexpress.nightcore.util.geodata.pos.BlockPos position, org.bukkit.block.data.BlockData data, org.bukkit.Color color, float size)
    • updateHighlight

      void updateHighlight(org.bukkit.entity.Player player, EntityReference reference, org.bukkit.Color color, float size)
    • clearHighlight

      void clearHighlight(org.bukkit.entity.Player player, EntityReference entity)
    • clearHighlight

      void clearHighlight(org.bukkit.entity.Player player, Collection<EntityReference> entities)