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
/
EntityStorage
/
add
add
@
JvmStatic
fun
<
E
:
Entity
>
add
(
entity
:
PylonEntity
<
E
>
)
:
PylonEntity
<
E
>
(
source
)
Adds an entity to the storage.
This must be called for all newly spawned Pylon entities
.