Class VFPDebugHudEntry
java.lang.Object
com.viaversion.viafabricplus.base.VFPDebugHudEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.debug.DebugScreenEntry
public final class VFPDebugHudEntry
extends Object
implements net.minecraft.client.gui.components.debug.DebugScreenEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(net.minecraft.client.gui.components.debug.DebugScreenDisplayer lines, @Nullable net.minecraft.world.level.Level world, @Nullable net.minecraft.world.level.chunk.LevelChunk clientChunk, @Nullable net.minecraft.world.level.chunk.LevelChunk chunk) booleanisAllowed(boolean reducedDebugInfo) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.debug.DebugScreenEntry
category
-
Field Details
-
ID
public static final net.minecraft.resources.Identifier ID
-
-
Constructor Details
-
VFPDebugHudEntry
public VFPDebugHudEntry()
-
-
Method Details
-
display
public void display(net.minecraft.client.gui.components.debug.DebugScreenDisplayer lines, @Nullable @Nullable net.minecraft.world.level.Level world, @Nullable @Nullable net.minecraft.world.level.chunk.LevelChunk clientChunk, @Nullable @Nullable net.minecraft.world.level.chunk.LevelChunk chunk) - Specified by:
displayin interfacenet.minecraft.client.gui.components.debug.DebugScreenEntry
-
isAllowed
public boolean isAllowed(boolean reducedDebugInfo) - Specified by:
isAllowedin interfacenet.minecraft.client.gui.components.debug.DebugScreenEntry
-