LeviLamina
Loading...
Searching...
No Matches
SculkUtils.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
BlockPos
;
9
class
BlockSource
;
10
class
IBlockWorldGenAPI
;
11
// clang-format on
12
13
namespace
SculkUtils {
14
// functions
15
// NOLINTBEGIN
16
MCAPI
bool
canSpreadIntoBlock(
::IBlockWorldGenAPI
& target,
::Block
const
& block,
::BlockPos
const
& pos);
17
18
MCAPI ::std::set<::Block const*>
const
generateSculkReplaceableBlocks();
19
20
MCAPI ::std::set<::Block const*>
const
generateSculkReplaceableBlocksWorldgen();
21
22
MCAPI
void
23
requestChargeEffects(
::IBlockWorldGenAPI
& region,
::BlockSource
* pos,
::BlockPos
const
& charge,
int
facingData,
int
);
24
// NOLINTEND
25
26
}
// namespace SculkUtils
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:36
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
src
mc
world
level
block
SculkUtils.h
Generated on Sat Apr 26 2025 05:56:21 for LeviLamina by
1.12.0