21 enum class NpcDialogueActionType :
int {
29 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mNpcId;
30 ::ll::TypedStorage<4, 4, ::NpcDialoguePacket::NpcDialogueActionType> mNpcDialogueActionType;
31 ::ll::TypedStorage<8, 32, ::std::string> mDialogue;
32 ::ll::TypedStorage<8, 32, ::std::string> mSceneName;
33 ::ll::TypedStorage<8, 32, ::std::string> mNpcName;
34 ::ll::TypedStorage<8, 32, ::std::string> mActionJSON;
45 virtual ::MinecraftPacketIds getId()
const ;
48 virtual ::std::string getName()
const ;
65 MCAPI ::Bedrock::Result<void> _verifyJson(::std::string
const& actionJSON)
const;
71 MCAPI
static bool initializePacket(
74 ::std::string
const& sceneName
81 MCAPI
static uint64
const& MAX_NUM_ACTIONS();
99 MCAPI ::MinecraftPacketIds $getId()
const;
101 MCAPI ::std::string $getName()
const;