LeviLamina
Loading...
Searching...
No Matches
EquipItemDefinitionVersioning.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class Level;
9// clang-format on
10
11namespace EquipItemDefinitionVersioning {
12// functions
13// NOLINTBEGIN
14MCFOLD bool isSupported(::Level const& level, ::BaseGameVersion version);
15// NOLINTEND
16
17// static variables
18// NOLINTBEGIN
19MCAPI ::BaseGameVersion const& EXCLUDE_ILLAGERBANNER_VERSION();
20// NOLINTEND
21
22} // namespace EquipItemDefinitionVersioning
Definition BaseGameVersion.h:13
Definition Level.h:234