Interface IGuiInputElementClient<S extends ISubGuiBox,G extends net.minecraft.client.gui.screens.Screen,C extends net.minecraft.world.inventory.AbstractContainerMenu>
- All Known Subinterfaces:
IGuiInputElementValueTypeClient<S,,G, C> ILogicProgrammerElementClient<S,G, C>
- All Known Implementing Classes:
GuiElementValueTypeBooleanClient,GuiElementValueTypeDropdownListClient,GuiElementValueTypeStringClient,OperatorLPElementClient,ValueTypeBooleanLPElementClient,ValueTypeIngredientsLPElementClient,ValueTypeItemStackLPElementClient,ValueTypeListLPElementClient,ValueTypeLPElementBaseClient,ValueTypeOperatorLPElementClient,ValueTypeRecipeLPElementClient,ValueTypeStringLPElementClient
public interface IGuiInputElementClient<S extends ISubGuiBox,G extends net.minecraft.client.gui.screens.Screen,C extends net.minecraft.world.inventory.AbstractContainerMenu>
-
Method Summary
Modifier and TypeMethodDescriptioncreateSubGui(int baseX, int baseY, int maxWidth, int maxHeight, G gui, C container)
-
Method Details
-
createSubGui
- Parameters:
baseX- Base xbaseY- Base ymaxWidth- Max widthmaxHeight- Max heightgui- The parent guicontainer- The parent container- Returns:
- A subgui that is shown when activated.
-