Skip to content

Add API to allow addons to customize display names#9

Draft
TechnicJelle wants to merge 1 commit into
BlueMap-Minecraft:masterfrom
TechnicJelle:master
Draft

Add API to allow addons to customize display names#9
TechnicJelle wants to merge 1 commit into
BlueMap-Minecraft:masterfrom
TechnicJelle:master

Conversation

@TechnicJelle
Copy link
Copy Markdown
Member

@TechnicJelle TechnicJelle commented May 12, 2026

import java.util.UUID;

@FunctionalInterface
public interface PlayerDisplayNameProvider {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should extend Function<UUID, String> :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants