toggle menu
CreeperHeal2
JVM
switch theme
search in API
CreeperHeal2
/
net.pdevita.creeperheal2.utils
/
FindDependentBlocks
Find
Dependent
Blocks
interface
FindDependentBlocks
Inheritors
FindDependentBlocksBase
Members
Functions
get
Dependent
Faces
Link copied to clipboard
abstract
fun
getDependentFaces
(
state
:
BlockState
)
:
LinkedList
<
BlockFace
>
?
get
Dependents
Link copied to clipboard
abstract
fun
getDependents
(
state
:
BlockState
)
:
List
<
Location
>
?
get
Parent
Faces
Link copied to clipboard
abstract
fun
getParentFaces
(
state
:
BlockState
)
:
LinkedList
<
BlockFace
>
?
get
Parents
Link copied to clipboard
abstract
fun
getParents
(
state
:
BlockState
)
:
List
<
Location
>
?