Interface GuiNavigatorScreenWithoutPayload<Element extends GuiElement<?,Element>>

Type Parameters:
Element - the GuiElement type for the root element
All Superinterfaces:
GuiNavigationScreen<Element,Void>

@NullMarked public interface GuiNavigatorScreenWithoutPayload<Element extends GuiElement<?,Element>> extends GuiNavigationScreen<Element,Void>
GuiNavigatorScreenWithoutPayload is a screen that can be navigated to via GuiNavigator.navigate(java.lang.Class<T>). This screen does not receive a payload when navigated to.