LeviLamina
Loading...
Searching...
No Matches
EDUAddServerScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
7
9public:
10 // EDUAddServerScreenController inner types define
11 using OnAddServer = ::std::function<void(::std::string const&)>;
12
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> mOnAddServer;
17 ::ll::TypedStorage<8, 32, ::std::string> mServerId;
18 ::ll::TypedStorage<1, 1, bool> mShowServerIdTooltip;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~EDUAddServerScreenController() /*override*/ = default;
25 // NOLINTEND
26};
Definition EDUAddServerScreenController.h:5
Definition MinecraftScreenController.h:5