LeviLamina
Loading...
Searching...
No Matches
EntityPredicateTypes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/chunk/EntitySpawnReason.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class BlockSource;
12class IRandom;
13namespace br::spawn { struct EntityType; }
14// clang-format on
15
16namespace br::spawn::EntityPredicateTypes {
17// functions
18// NOLINTBEGIN
19MCAPI ::std::vector<::std::tuple<
20 ::std::string,
21 ::std::function<
22 bool(::br::spawn::EntityType const&, ::BlockSource&, ::br::spawn::EntitySpawnReason&, ::BlockPos, ::IRandom&)>>>
23defaults();
24// NOLINTEND
25
26} // namespace br::spawn::EntityPredicateTypes
Definition BlockPos.h:21
Definition BlockSource.h:73
Definition IRandom.h:10
Definition EntityType.h:17