Package-level declarations

Properties

Link copied to clipboard
val ADVENTURE_PLATFORM: @NotNull BukkitAudiences?
Link copied to clipboard

Functions

Link copied to clipboard
fun CommandSender.audience(): @NotNull Audience
Link copied to clipboard
fun registerListener(listener: Listener)
Link copied to clipboard
fun Entity.toRegistry(): @Nullable EntityTrackerRegistry?
Link copied to clipboard
fun Entity.toTracker(model: String?): @Nullable EntityTracker?
Link copied to clipboard
fun File.toYaml(): @NotNull YamlConfiguration
fun InputStream.toYaml(): @NotNull YamlConfiguration
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