Class TScreenPlus

All Implemented Interfaces:
INode<TElement>, INodeBounded<TElement,Bounds2i>, INodeRenderable<TElement, TGuiGraphics>, Iterable<TElement>, Collection<TElement>
Direct Known Subclasses:
TTestScreen, TTextDialogScreen

@Environment(CLIENT) public abstract class TScreenPlus extends TScreen
Same as TScreen, but with some extra features such as arrow-key navigation. May cost extra performance.
  • Constructor Details

    • TScreenPlus

      public TScreenPlus()
    • TScreenPlus

      public TScreenPlus(@NotNull @NotNull net.minecraft.network.chat.Component title)
  • Method Details