VisualDisplay

public class VisualDisplay

Constructors

Link copied to clipboard
public void 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
public static FakeText generateFakeText(Location location, String text, double viewRange)
Creates a packet-based FakeText display visible to all nearby players.
public static FakeText generateFakeText(Location location, String text, Collection<Player> viewers)
Creates a packet-based FakeText display visible to specific players.
public static FakeText generateFakeText(Location location, String text, Player viewer)
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
public static ArmorStand generateTemporaryArmorStand(Location location, String customName)