bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-498
bettermodel-fabric
Target filter
bettermodel-fabric
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-fabric
/
kr.toxicity.model.impl.fabric
Package-level
declarations
Types
Functions
Properties
Types
Better
Model
Fabric
Impl
Link copied to clipboard
class
BetterModelFabricImpl
:
ModInitializer
,
BetterModelPlatformImpl
,
BetterModelMod
Better
Model
Logger
Impl
Link copied to clipboard
class
BetterModelLoggerImpl
:
BetterModelLogger
Better
Model
NMSImpl
Link copied to clipboard
class
BetterModelNMSImpl
:
NMS
Properties
as
Fabric
Link copied to clipboard
val
PlatformLocation
.
asFabric
:
ModLocation
is
Flying
Link copied to clipboard
val
Entity
.
isFlying
:
Boolean
is
Walking
Link copied to clipboard
val
Entity
.
isWalking
:
Boolean
model
Data
Link copied to clipboard
var
Entity
.
modelData
:
String
?
seen
By
Link copied to clipboard
val
Entity
.
seenBy
:
Set
<
ServerPlayerConnection
>
Functions
dirty
Checked
Link copied to clipboard
inline
fun
<
H
,
T
>
dirtyChecked
(
crossinline
hash
:
(
)
->
H
,
crossinline
function
:
(
H
)
->
T
)
:
(
)
->
T
get
Customisation
Link copied to clipboard
fun
Avatar
.
getCustomisation
(
)
:
Int
logger
Link copied to clipboard
fun
logger
(
)
:
Logger
mod
Id
Link copied to clipboard
fun
modId
(
)
:
String
passenger
Position
Link copied to clipboard
fun
Entity
.
passengerPosition
(
dest
:
Vector3f
)
:
Vector3f
to
Registry
Link copied to clipboard
fun
Entity
.
toRegistry
(
)
:
@
Nullable
EntityTrackerRegistry
?
to
Tracker
Link copied to clipboard
fun
Entity
.
toTracker
(
model
:
String
?
)
:
@
Nullable
EntityTracker
?
unwarp
Link copied to clipboard
fun
PlatformEntity
.
unwarp
(
)
:
Entity
fun
PlatformItemStack
.
unwarp
(
)
:
ItemStack
fun
PlatformLivingEntity
.
unwarp
(
)
:
LivingEntity
fun
PlatformPlayer
.
unwarp
(
)
:
ServerPlayerConnection
wrap
Link copied to clipboard
fun
ServerPlayerConnection
.
wrap
(
)
:
@
NotNull
PlatformPlayer
fun
Entity
.
wrap
(
)
:
@
NotNull
PlatformEntity
fun
LivingEntity
.
wrap
(
)
:
@
NotNull
PlatformLivingEntity
fun
ItemStack
.
wrap
(
)
:
@
NotNull
PlatformItemStack
x
Movement
Link copied to clipboard
fun
ServerPlayer
.
xMovement
(
)
:
Float
y
Movement
Link copied to clipboard
fun
ServerPlayer
.
yMovement
(
)
:
Float
z
Movement
Link copied to clipboard
fun
ServerPlayer
.
zMovement
(
)
:
Float