Package-level declarations

Types

Link copied to clipboard
abstract class AbstractHitBox : ArmorStand, HitBox
Link copied to clipboard
class NMSImpl : NMS

Functions

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