adapt
Adapts a Bukkit entity to a PlatformEntity.
Return
the platform entity
Since
2.0.0
Parameters
entity
the Bukkit entity
Adapts a Bukkit living entity to a PlatformLivingEntity.
Return
the platform living entity
Since
2.0.0
Parameters
livingEntity
the Bukkit living entity
Adapts a Bukkit offline player to a PlatformOfflinePlayer.
Return
the platform offline player
Since
2.0.0
Parameters
player
the Bukkit offline player
Adapts a Bukkit player to a PlatformPlayer.
Return
the platform player
Since
2.0.0
Parameters
player
the Bukkit player
Adapts a Bukkit item stack to a PlatformItemStack.
Return
the platform item stack
Since
2.0.0
Parameters
itemStack
the Bukkit item stack
Adapts a Bukkit location to a PlatformLocation.
Return
the platform location
Since
2.0.0
Parameters
location
the Bukkit location
Adapts a Bukkit world to a PlatformWorld.
Return
the platform world
Since
2.0.0
Parameters
world
the Bukkit world