All Known Implementing Classes:
DebugInfoSection, InfoEntry

public sealed interface InfoElement permits DebugInfoSection, InfoEntry
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    print(int depth, @Nullable net.minecraft.world.entity.player.Player player, Consumer<String> lineConsumer)
     
    default void
    print(@Nullable net.minecraft.world.entity.player.Player player, Consumer<String> lineConsumer)
     
  • Method Details

    • print

      void print(int depth, @Nullable @Nullable net.minecraft.world.entity.player.Player player, Consumer<String> lineConsumer)
    • print

      default void print(@Nullable @Nullable net.minecraft.world.entity.player.Player player, Consumer<String> lineConsumer)