BetterModel
Toggle table of contents
2.0.0-SNAPSHOT-460
v1_21_R5
Target filter
v1_21_R5
Switch theme
Search in API
Skip to content
BetterModel
v1_21_R5
/
kr.toxicity.model.bukkit.nms.v1_21_R5
Package-level
declarations
Types
Functions
Types
Abstract
Hit
Box
Link copied to clipboard
abstract
class
AbstractHitBox
:
ArmorStand
,
HitBox
NMSImpl
Link copied to clipboard
class
NMSImpl
:
NMS
Functions
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