LeviLamina
Loading...
Searching...
No Matches
ResourcePackListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 virtual ~ResourcePackListener();
15
16 virtual void onActiveResourcePacksChanged(::ResourcePackManager&) = 0;
17
18 virtual bool onFullPackStackInvalid();
19
20 virtual void onBaseGamePackDownloadComplete();
21
22 virtual void onLanguageSubpacksChanged();
23
24 virtual void onResourceManagerDestroyed(::ResourcePackManager& mgr);
25
26 virtual void onJsonResourcesChanged(::ResourcePackManager&);
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
39
41
43
45
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition ResourcePackListener.h:10
MCAPI void $onLanguageSubpacksChanged()
MCAPI bool $onFullPackStackInvalid()
MCAPI void $onJsonResourcesChanged(::ResourcePackManager &)
MCAPI void $onResourceManagerDestroyed(::ResourcePackManager &mgr)
MCAPI void $onBaseGamePackDownloadComplete()
MCAPI void $dtor()
static MCAPI void ** $vftable()
Definition ResourcePackManager.h:29