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 BlockPos;
8class BlockType;
11// clang-format on
12
14public:
15 // static functions
16 // NOLINTBEGIN
17 MCAPI static bool canBlockBeAscendedByJumping(
18 ::BlockType const& block,
19 ::IConstBlockSource const& region,
20 ::BlockPos const& blockPos,
21 bool canStandOnSnow,
22 bool hasLightweightFamily,
23 bool isPlayer
24 );
25
26 MCAPI static ::TickingSystemWithInfo createSystem();
27 // NOLINTEND
28};
Definition BlockClimberSystem.h:13
Definition BlockPos.h:21
Definition BlockType.h:84
Definition IConstBlockSource.h:24
Definition TickingSystemWithInfo.h:13