Class WorldBorderDebugHudEntry

java.lang.Object
com.bleudev.ppl_utils.client.custom.WorldBorderDebugHudEntry
All Implemented Interfaces:
net.minecraft.client.gui.hud.debug.DebugHudEntry

public class WorldBorderDebugHudEntry extends Object implements net.minecraft.client.gui.hud.debug.DebugHudEntry
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(net.minecraft.client.gui.hud.debug.DebugHudLines lines, @Nullable net.minecraft.world.World world, @Nullable net.minecraft.world.chunk.WorldChunk clientChunk, @Nullable net.minecraft.world.chunk.WorldChunk chunk)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.hud.debug.DebugHudEntry

    canShow, getCategory
  • Constructor Details

    • WorldBorderDebugHudEntry

      public WorldBorderDebugHudEntry()
  • Method Details

    • render

      public void render(net.minecraft.client.gui.hud.debug.DebugHudLines lines, @Nullable @Nullable net.minecraft.world.World world, @Nullable @Nullable net.minecraft.world.chunk.WorldChunk clientChunk, @Nullable @Nullable net.minecraft.world.chunk.WorldChunk chunk)
      Specified by:
      render in interface net.minecraft.client.gui.hud.debug.DebugHudEntry