Interface DebugScreenEntriesInvoker


public interface DebugScreenEntriesInvoker
Invoker for registering debug entries to your mod.
Since:
1.1
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.resources.Identifier
    invokeRegister(net.minecraft.resources.Identifier identifier, net.minecraft.client.gui.components.debug.DebugScreenEntry entry)
     
  • Method Details

    • invokeRegister

      static net.minecraft.resources.Identifier invokeRegister(net.minecraft.resources.Identifier identifier, net.minecraft.client.gui.components.debug.DebugScreenEntry entry)