LeviLamina
Loading...
Searching...
No Matches
Ocelot.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/animal/Animal.h"
7
8class Ocelot : public ::Animal {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ~Ocelot() /*override*/ = default;
13 // NOLINTEND
14
15public:
16 // vftables
17 // NOLINTBEGIN
18 MCNAPI static void** $vftable();
19 // NOLINTEND
20};
Definition Ocelot.h:8
static MCAPI void ** $vftable()