LeviLamina
Loading...
Searching...
No Matches
BlockClimberSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockLegacy;
8class BlockPos;
10// clang-format on
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCAPI static bool canBlockBeAscendedByJumping(
17 ::BlockLegacy const& block,
18 ::IConstBlockSource const& region,
19 ::BlockPos const& blockPos,
20 bool canStandOnSnow,
21 bool hasLightweightFamily,
22 bool isPlayer
23 );
24 // NOLINTEND
25};
Definition BlockClimberSystem.h:12
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition IConstBlockSource.h:24