Class VisualizationManager

java.lang.Object
de.z0rdak.yawp.api.visualization.VisualizationManager

public class VisualizationManager extends Object
  • Field Details

    • VISUALIZATION_LOGGER

      public static final org.apache.logging.log4j.Logger VISUALIZATION_LOGGER
    • REGION_BLOCK_DISPLAY_TAG

      public static final net.minecraft.resources.ResourceLocation REGION_BLOCK_DISPLAY_TAG
    • REGION_TEXT_DISPLAY_TAG

      public static final net.minecraft.resources.ResourceLocation REGION_TEXT_DISPLAY_TAG
  • Method Details

    • initServerInstance

      public static void initServerInstance(net.minecraft.server.MinecraftServer server)
    • nukeDisplayEntities

      public static void nukeDisplayEntities(net.minecraft.server.level.ServerLevel level)
    • hideRegionsAround

      public static void hideRegionsAround(net.minecraft.world.entity.player.Player player, int radius)
    • showRegionsAround

      public static void showRegionsAround(net.minecraft.world.entity.player.Player player, int radius, DisplayType displayType)
    • hideAllRegions

      public static void hideAllRegions(net.minecraft.world.level.Level level, boolean untracked)
    • showTpAnchor

      public static void showTpAnchor(IMarkableRegion region, TeleportAnchor tpAnchor)
    • hideTpAnchor

      public static void hideTpAnchor(IMarkableRegion region, TeleportAnchor tpAnchor)
    • updateTpAnchor

      public static void updateTpAnchor(IMarkableRegion region, TeleportAnchor tpAnchor)
    • showTeleportAnchors

      public static void showTeleportAnchors(IMarkableRegion region)
    • hideTeleportAnchors

      public static void hideTeleportAnchors(IMarkableRegion region)
    • show

      public static void show(IMarkableRegion region, DisplayType displayType, BlockDisplayProperties displayProperties)
    • show

      public static void show(IMarkableRegion region, DisplayType displayType)
    • hide

      public static void hide(IMarkableRegion region, DisplayType displayType)
    • updateRegionDisplay

      public static void updateRegionDisplay(IMarkableRegion region)
    • refreshDisplay

      public static void refreshDisplay(IMarkableRegion region, DisplayType displayType)
    • refreshDisplay

      public static void refreshDisplay(IMarkableRegion region)
    • showHierarchy

      public static void showHierarchy(IMarkableRegion region, DisplayType displayType, boolean recursive)
    • showIntersecting

      public static void showIntersecting(IMarkableRegion region, DisplayType displayType)
    • hideHierarchy

      public static void hideHierarchy(IMarkableRegion region, DisplayType displayType, boolean recursive)
    • hideIntersecting

      public static void hideIntersecting(IMarkableRegion region, DisplayType displayType)