Interface BlockHighlighter


@NullMarked public interface BlockHighlighter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clearHighlight(org.bukkit.entity.Player player, Collection<Integer> entityIds)
     
    void
    highlightBlock(org.bukkit.entity.Player player, EntityReference reference, BlockContext context, org.bukkit.Color color, float size)
     
    void
    updateHighlight(org.bukkit.entity.Player player, EntityReference reference, su.nightexpress.nightcore.util.geodata.pos.ExactPos pos, org.bukkit.Color color, float size)
     
  • Method Details

    • highlightBlock

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

      void updateHighlight(org.bukkit.entity.Player player, EntityReference reference, su.nightexpress.nightcore.util.geodata.pos.ExactPos pos, org.bukkit.Color color, float size)
    • clearHighlight

      void clearHighlight(org.bukkit.entity.Player player, Collection<Integer> entityIds)