Class RenderlibDemo

java.lang.Object
com.render.client.RenderlibDemo

public final class RenderlibDemo extends Object
Opt-in GUI, HUD, and labeled renderer-neutral 3D engine showcase.
  • Method Details

    • bootstrap

      public static void bootstrap()
    • preset

      public static RenderlibDemo.ShowcasePreset preset()
    • demoFont

      public static GuiFont demoFont()
    • displayFont

      public static GuiFont displayFont()
    • monoFont

      public static GuiFont monoFont()
    • presetLabel

      public static String presetLabel()
    • demoProfileUuid

      public static UUID demoProfileUuid()
    • atmosphere

      public static double atmosphere()
    • elapsedSeconds

      public static double elapsedSeconds()
    • activeWorldFeatureCount

      public static int activeWorldFeatureCount()
    • activeHudWidgetCount

      public static int activeHudWidgetCount()
    • nearbyLivingEntityCount

      public static int nearbyLivingEntityCount()
    • highlightedEntityCount

      public static int highlightedEntityCount()
    • playerSpeedBlocksPerSecond

      public static double playerSpeedBlocksPerSecond()
    • boxEnabled

      public static boolean boxEnabled()
    • blockHighlightEnabled

      public static boolean blockHighlightEnabled()
    • wireBoxEnabled

      public static boolean wireBoxEnabled()
    • textEnabled

      public static boolean textEnabled()
    • waypointEnabled

      public static boolean waypointEnabled()
    • outlinesEnabled

      public static boolean outlinesEnabled()
    • telemetryHudVisible

      public static boolean telemetryHudVisible()
    • focusHudVisible

      public static boolean focusHudVisible()
    • playerCoordinateLabel

      public static String playerCoordinateLabel()
    • timeLabel

      public static String timeLabel()
    • preset

      public static void preset(RenderlibDemo.ShowcasePreset preset)
    • atmosphere

      public static void atmosphere(double atmosphere)
    • boxEnabled

      public static void boxEnabled(boolean enabled)
    • blockHighlightEnabled

      public static void blockHighlightEnabled(boolean enabled)
    • wireBoxEnabled

      public static void wireBoxEnabled(boolean enabled)
    • textEnabled

      public static void textEnabled(boolean enabled)
    • waypointEnabled

      public static void waypointEnabled(boolean enabled)
    • outlinesEnabled

      public static void outlinesEnabled(boolean enabled)
    • telemetryHudVisible

      public static void telemetryHudVisible(boolean visible)
    • focusHudVisible

      public static void focusHudVisible(boolean visible)
    • resetDefaults

      public static void resetDefaults()
    • openHudPlacementScreen

      public static void openHudPlacementScreen()
    • buildDemoToast

      public static ToastComponent buildDemoToast(String title, String body, int backgroundColor, int borderColor)