BetterModel
Toggle table of contents
2.2.0-SNAPSHOT-477
fabric
Target filter
fabric
Switch theme
Search in API
Skip to content
BetterModel
fabric
/
kr.toxicity.model.api.fabric.platform
/
FabricWorld
Fabric
World
class
FabricWorld
:
Record
,
PlatformWorld
Represents a Fabric world wrapped as a
PlatformWorld
.
Since
2.0.0
Parameters
level
the source NMS level
Members
Constructors
Fabric
World
Link copied to clipboard
@
ApiStatus.Internal
constructor
(
@
NotNull
level
:
@
NotNull
Level
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
of
Link copied to clipboard
@
NotNull
open
fun
of
(
@
NotNull
level
:
@
NotNull
Level
)
:
@
NotNull
FabricWorld
Creates a FabricWorld from the level.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String