Class PhysicsDebugHudEntry

java.lang.Object
com.wildfire.client.render.debug.PhysicsDebugHudEntry
All Implemented Interfaces:
net.minecraft.client.gui.components.debug.DebugScreenEntry

public class PhysicsDebugHudEntry extends Object implements net.minecraft.client.gui.components.debug.DebugScreenEntry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.Identifier
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    display(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)
     

    Methods inherited from class Object

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

    Methods inherited from interface net.minecraft.client.gui.components.debug.DebugScreenEntry

    category, isAllowed
  • Field Details

    • ID

      public static final net.minecraft.resources.Identifier ID
  • Constructor Details

    • PhysicsDebugHudEntry

      public PhysicsDebugHudEntry()
  • Method Details

    • display

      public void display(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)
      Specified by:
      display in interface net.minecraft.client.gui.components.debug.DebugScreenEntry