18class ScreenHandlerBeacon :
public ::ScreenHandlerBase {
22 ::ll::TypedStorage<8, 8, ::ContainerScreenContext const&> mScreenContext;
23 ::ll::TypedStorage<1, 1, bool> mIsPaymentAction;
24 ::ll::TypedStorage<4, 4, int> mPrimaryEffectId;
25 ::ll::TypedStorage<4, 4, int> mSecondaryEffectId;
26 ::ll::TypedStorage<8, 8, ::BeaconBlockActor*> mBeaconBlockActor;
31 ScreenHandlerBeacon& operator=(ScreenHandlerBeacon
const&);
32 ScreenHandlerBeacon(ScreenHandlerBeacon
const&);
33 ScreenHandlerBeacon();
38 virtual ~ScreenHandlerBeacon() =
default;
42 virtual ::ItemStackNetResult endRequest() ;
44 virtual void postRequest(
bool const wasSuccess) ;
67 MCAPI ::ItemStackNetResult $endRequest();
69 MCAPI
void $postRequest(
bool const wasSuccess);
Definition ContainerScreenContext.h:19