LeviLamina
Loading...
Searching...
No Matches
PlayerRespawnRandomizer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/GeneratorType.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI PlayerRespawnRandomizer(uint spawnRadius, ::GeneratorType const& worldType);
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(uint spawnRadius, ::GeneratorType const& worldType);
38 // NOLINTEND
39};
Definition PlayerRespawnRandomizer.h:8
Definition Alias.h:14