LeviLamina
Loading...
Searching...
No Matches
JumpPreventionUtility.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AABB;
8class BlockPos;
11// clang-format on
12
13namespace JumpPreventionUtility {
14// functions
15// NOLINTBEGIN
16MCAPI ::JumpPreventionResult
17getJumpPrevention(bool isOnGround, ::AABB const& aabb, ::BlockPos pos, ::IConstBlockSource const& region);
18// NOLINTEND
19
20} // namespace JumpPreventionUtility
Definition AABB.h:16
Definition BlockPos.h:18
Definition IConstBlockSource.h:24
Definition JumpPreventionResult.h:5