Package net.minheur.potoflux.screen.menu
Class MenuContent
java.lang.Object
net.minheur.potoflux.screen.menu.MenuContent
Lists all potoflux's menus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmartSupplier<PotoMenuItem>Item for the account menustatic final SmartSupplier<PotoMenuItem>Item for the file menu -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(@NotNull RegisterMenuEvent event) Instances the reg and puts all into the event
-
Field Details
-
FILE
Item for the file menu -
ACCOUNT
Item for the account menu
-
-
Constructor Details
-
MenuContent
public MenuContent()
-
-
Method Details
-
register
Instances the reg and puts all into the event- Parameters:
event- to add items to
-