1.21.9
Toggle table of contents
0.2.5+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.api
/
Npc
/
NpcCapabilities
/
Ageable
Ageable
interface
Ageable
:
Npc.NpcCapabilities
Inheritors
ChickenNpc
CowNpc
MooshroomNpc
OcelotNpc
PigNpc
RabbitNpc
SheepNpc
SquidNpc
VillagerNpc
WolfNpc
ZombieNpc
ZombiePigmanNpc
Members
Types
Age
Link copied to clipboard
enum
Age
:
Enum
<
Npc.NpcCapabilities.Ageable.Age
>
Functions
get
Age
Link copied to clipboard
abstract
suspend
fun
getAge
(
)
:
Npc.NpcCapabilities.Ageable.Age
set
Age
Link copied to clipboard
abstract
suspend
fun
setAge
(
newAge
:
Npc.NpcCapabilities.Ageable.Age
)