Interface HighlightAPI
@NullMarked
public interface HighlightAPI
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearHighlight(org.bukkit.entity.Player player, Collection<EntityReference> entities) voidclearHighlight(org.bukkit.entity.Player player, EntityReference entity) 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) voidupdateHighlight(org.bukkit.entity.Player player, EntityReference reference, org.bukkit.Color color, float size)
-
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
-
clearHighlight
-