19 enum class PacketType : uint {
21 InitiallyUnlockedRecipes = 1,
22 NewlyUnlockedRecipes = 2,
23 RemoveUnlockedRecipes = 3,
24 RemoveAllUnlockedRecipes = 4,
30 ::ll::TypedStorage<4, 4, ::UnlockedRecipesPacket::PacketType> mPacketType;
31 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mUnlockedRecipes;
38 virtual ::std::string getName()
const ;
41 virtual ::MinecraftPacketIds getId()
const ;
62 MCAPI ::std::string $getName()
const;
64 MCAPI ::MinecraftPacketIds $getId()
const;
74 MCAPI
static void** $vftable();