adapt
Adapts an NMS entity to a PlatformEntity.
Return
the platform entity
Since
2.0.0
Parameters
entity
the NMS entity
Adapts an NMS living entity to a PlatformLivingEntity.
Return
the platform living entity
Since
2.0.0
Parameters
livingEntity
the NMS living entity
@NotNull
Adapts an NMS player connection to a PlatformPlayer.
Return
the platform player
Since
2.0.0
Parameters
connection
the NMS player connection
Adapts an NMS server player to a PlatformPlayer.
Return
the platform player
Since
2.0.0
Parameters
player
the NMS server player
Adapts a UUID to a PlatformOfflinePlayer.
Return
the platform offline player
Since
2.0.0
Parameters
uuid
the player UUID
Adapts a GameProfile to a PlatformOfflinePlayer.
Return
the platform offline player
Since
2.0.0
Parameters
profile
the game profile
Adapts an NMS item stack to a PlatformItemStack.
Return
the platform item stack
Since
2.0.0
Parameters
itemStack
the NMS item stack
Adapts an NMS level to a PlatformWorld.
Return
the platform world
Since
2.0.0
Parameters
world
the NMS level