bettermodel
Toggle table of contents
3.0.0-SNAPSHOT-487
bettermodel-bukkit-core
Target filter
bettermodel-bukkit-core
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-bukkit-core
/
kr.toxicity.model.bukkit.util
Package-level
declarations
Functions
Properties
Properties
ADVENTURE_
PLATFORM
Link copied to clipboard
val
ADVENTURE_PLATFORM
:
@
NotNull
BukkitAudiences
?
PLUGIN
Link copied to clipboard
val
PLUGIN
:
BetterModelPlugin
Functions
audience
Link copied to clipboard
fun
CommandSender
.
audience
(
)
:
@
NotNull
Audience
register
Listener
Link copied to clipboard
fun
registerListener
(
listener
:
Listener
)
to
Registry
Link copied to clipboard
fun
Entity
.
toRegistry
(
)
:
@
Nullable
EntityTrackerRegistry
?
to
Tracker
Link copied to clipboard
fun
Entity
.
toTracker
(
model
:
String
?
)
:
@
Nullable
EntityTracker
?
to
Yaml
Link copied to clipboard
fun
File
.
toYaml
(
)
:
@
NotNull
YamlConfiguration
fun
InputStream
.
toYaml
(
)
:
@
NotNull
YamlConfiguration
unwarp
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
wrap
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