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 -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(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, waitMethods 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:
renderin interfacenet.minecraft.client.gui.hud.debug.DebugHudEntry
-