pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.entity
/
PylonEntity
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
register
Link copied to clipboard
inline
fun
<
E
:
Entity
,
T
:
PylonEntity
<
E
>
>
register
(
key
:
NamespacedKey
)
@
JvmStatic
fun
register
(
key
:
NamespacedKey
,
entityClass
:
Class
<
*
>
,
pylonEntityClass
:
Class
<
out
PylonEntity
<
*
>
>
)