VisualDisplay
Functions
Link copied to clipboard
public static FakeText createStyledFakeText(Location location, String text, Color backgroundColor, boolean shadowed, float scale)
Creates a styled packet-based FakeText display for popup animations.
Link copied to clipboard
Creates a packet-based FakeText display visible to all nearby players.
Creates a packet-based FakeText display visible to specific players.
Creates a packet-based FakeText display visible to a single player.
Link copied to clipboard
public static FakeText generateStyledFakeText(Location location, String text, Color backgroundColor, boolean shadowed, float scale, double viewRange)
Creates a styled packet-based FakeText display with custom background and styling.
Link copied to clipboard