wrap

fun Entity.wrap(): @NotNull PlatformEntity
fun LivingEntity.wrap(): @NotNull PlatformLivingEntity
fun OfflinePlayer.wrap(): @NotNull PlatformOfflinePlayer
fun Player.wrap(): @NotNull PlatformPlayer
fun Location.wrap(): @NotNull PlatformLocation
fun World.wrap(): @NotNull PlatformWorld
fun ItemStack.wrap(): @NotNull PlatformItemStack