toggle menu
BetterRecords
1.20.1-2.0.0
jvm
switch theme
search in API
BetterRecords
/
com.hemogoblins.betterrecords.capability
/
ICapabilityCompoundable
ICapability
Compoundable
interface
ICapabilityCompoundable
:
ICapabilitySerializable
<
CompoundTag
>
Inheritors
Provider
Provider
Members
Properties
key
Link copied to clipboard
abstract
val
key
:
String
Functions
deserialize
NBT
Link copied to clipboard
abstract
fun
deserializeNBT
(
p0
:
CompoundTag
)
get
Capability
Link copied to clipboard
@
NotNull
open
fun
<
T
:
Any
>
getCapability
(
@
NotNull
p0
:
@
NotNull
Capability
<
T
>
)
:
@
NotNull
LazyOptional
<
T
>
@
NotNull
abstract
fun
<
T
:
Any
>
getCapability
(
@
NotNull
p0
:
@
NotNull
Capability
<
T
>
,
@
Nullable
p1
:
@
Nullable
Direction
?
)
:
@
NotNull
LazyOptional
<
T
>
serialize
NBT
Link copied to clipboard
abstract
fun
serializeNBT
(
)
:
CompoundTag