3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/item/FertilizerType.h"
8#include "mc/world/level/block/BlockType.h"
25class WeepingVinesBlock :
public ::BlockType {
42 virtual ::AABB getCollisionShape(
62 MCAPI WeepingVinesBlock(::std::string
const& nameId,
int id);
76 MCAPI
static void placeVineString(
89 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
103 MCFOLD ::AABB $getCollisionShape(
123 MCAPI
static void** $vftable();
Definition BlockPlaceEvent.h:18
Definition BlockPlayerInteractEvent.h:20
Definition BlockQueuedTickEvent.h:18
Definition BlockSource.h:73
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition optional_ref.h:10