3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
7#include "mc/legacy/ActorUniqueID.h"
8#include "mc/world/level/BlockPos.h"
9#include "mc/world/level/block/actor/BlockActorType.h"
20 ::ll::TypedStorage<1, 1, ::BlockActorType> mBlockEntityType;
21 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
22 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
34 virtual void setAssociatedBlockPos(::BlockPos
const& pos) ;
36 virtual void setAssociatedEntityUniqueID(::ActorUniqueID
const unqiueID) ;
38 virtual bool _isStillValid() const ;
46 ::BlockPos const& pos,
47 ::BlockActorType type,
48 ::ActorUniqueID uniqueID
57 ::BlockPos const& pos,
58 ::BlockActorType type,
59 ::ActorUniqueID uniqueID
72 MCAPI
void $setAssociatedBlockPos(::BlockPos const& pos);
74 MCAPI
void $setAssociatedEntityUniqueID(::ActorUniqueID const unqiueID);
76 MCAPI
bool $_isStillValid() const;
Definition BlockScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5