bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-497
bettermodel-mod-api
Target filter
bettermodel-mod-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-mod-api
/
kr.toxicity.model.api.mod.platform
/
ModWorld
Mod
World
class
ModWorld
:
Record
,
PlatformWorld
Represents a Fabric world wrapped as a
PlatformWorld
.
Since
2.0.0
Parameters
level
the source NMS level
Members
Constructors
Mod
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
ModWorld
Creates a FabricWorld from the level.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String