Interface BlockHighlighter
@NullMarked
public interface BlockHighlighter
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearHighlight(org.bukkit.entity.Player player, Collection<Integer> entityIds) voidhighlightBlock(org.bukkit.entity.Player player, EntityReference reference, BlockContext context, org.bukkit.Color color, float size) voidupdateHighlight(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
-