Interface IParentScreenProvider

All Known Implementing Classes:
TestTWidgetHudScreen, TFileChooserScreen, TStackTraceScreen, TWidgetHudScreen

public interface IParentScreenProvider
Typically applied to Screens that wish to "publicly" provide access to their "parent" Screen.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.gui.screen.Screen
    Returns the "parent" Screen that should be opened when the current one closes.
  • Method Details

    • getParentScreen

      net.minecraft.client.gui.screen.Screen getParentScreen()
      Returns the "parent" Screen that should be opened when the current one closes.