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 float getJumpMultiplier(bool jumpIsPrevented);
17
18MCAPI ::JumpPreventionResult
19getJumpPrevention(bool isOnGround, ::AABB const& aabb, ::BlockPos pos, ::IConstBlockSource const& region);
20// NOLINTEND
21
22} // namespace JumpPreventionUtility
Definition AABB.h:18
Definition BlockPos.h:21
Definition IConstBlockSource.h:24
Definition JumpPreventionResult.h:8