17class ScreenHandlerBeacon :
public ::ScreenHandlerBase {
21 ::ll::TypedStorage<8, 8, ::ContainerScreenContext const&> mScreenContext;
22 ::ll::TypedStorage<1, 1, bool> mIsPaymentAction;
23 ::ll::TypedStorage<4, 4, int> mPrimaryEffectId;
24 ::ll::TypedStorage<4, 4, int> mSecondaryEffectId;
25 ::ll::TypedStorage<8, 8, ::BeaconBlockActor*> mBeaconBlockActor;
30 ScreenHandlerBeacon& operator=(ScreenHandlerBeacon
const&);
31 ScreenHandlerBeacon(ScreenHandlerBeacon
const&);
32 ScreenHandlerBeacon();
37 virtual ~ScreenHandlerBeacon() =
default;
41 virtual ::ItemStackNetResult endRequest() ;
43 virtual void postRequest(
bool const wasSuccess) ;
57 MCAPI ::ItemStackNetResult $endRequest();
59 MCAPI
void $postRequest(
bool const wasSuccess);
Definition ContainerScreenContext.h:17