3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/block/BlockType.h"
20class HangingRootsBlock :
public ::BlockType {
28 virtual ::AABB getCollisionShape(
46 MCAPI HangingRootsBlock(::std::string
const& nameId,
int id);
54 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
60 MCFOLD ::AABB $getCollisionShape(
79 MCAPI
static void** $vftable();
Definition BlockQueuedTickEvent.h:18
Definition BlockSource.h:73
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition optional_ref.h:10