kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.api.dpcaller
/
KattonLevelBlockEntityCollection
Katton
Level
Block
Entity
Collection
class
KattonLevelBlockEntityCollection
(
val
level
:
Level
)
Members
Constructors
Katton
Level
Block
Entity
Collection
Link copied to clipboard
constructor
(
level
:
Level
)
Properties
level
Link copied to clipboard
val
level
:
Level
Functions
get
Link copied to clipboard
operator
fun
get
(
blockPos
:
BlockPos
)
:
BlockEntity
?
set
Link copied to clipboard
fun
set
(
blockEntity
:
BlockEntity
)
operator
fun
set
(
blockPos
:
BlockPos
,
blockEntity
:
BlockEntity
)