EffectiveSpigot
Toggle table of contents
1.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectiveSpigot
EffectiveSpigot
/
ru.hukm.effectiveSpigot.minecraft.blocks
/
EffectiveBlock
/
Companion
Companion
object
Companion
Members
Properties
namespaced
Key
To
Block
Link copied to clipboard
val
namespacedKeyToBlock
:
HashMap
<
String
,
EffectiveBlock
>
Functions
get
Effective
Block
Link copied to clipboard
fun
getEffectiveBlock
(
block
:
Block
)
:
EffectiveBlock
?
The registered block whose note-block state matches
block
, or null if it isn't a custom block.
fun
getEffectiveBlock
(
blockData
:
BlockData
)
:
EffectiveBlock
?