Strata - v1.4.10
GitHub
Examples
Preparing search index...
presets
SandboxState
Interface SandboxState
interface
SandboxState
{
blocks
:
SandboxBlock
[]
;
difficulty
:
"normal"
|
"peaceful"
|
"easy"
|
"hard"
;
entities
:
SandboxEntity
[]
;
gameMode
:
"survival"
|
"creative"
|
"adventure"
;
modifiedChunks
:
string
[]
;
playerInventory
:
InventoryItem
[]
;
playerPosition
:
Vec3
;
playerRotation
:
Vec3
;
timeOfDay
:
number
;
weather
:
"fog"
|
"clear"
|
"rain"
|
"snow"
|
"storm"
;
worldName
:
string
;
worldSeed
:
number
;
}
Index
Properties
blocks
difficulty
entities
game
Mode
modified
Chunks
player
Inventory
player
Position
player
Rotation
time
Of
Day
weather
world
Name
world
Seed
Properties
blocks
blocks
:
SandboxBlock
[]
difficulty
difficulty
:
"normal"
|
"peaceful"
|
"easy"
|
"hard"
entities
entities
:
SandboxEntity
[]
game
Mode
gameMode
:
"survival"
|
"creative"
|
"adventure"
modified
Chunks
modifiedChunks
:
string
[]
player
Inventory
playerInventory
:
InventoryItem
[]
player
Position
playerPosition
:
Vec3
player
Rotation
playerRotation
:
Vec3
time
Of
Day
timeOfDay
:
number
weather
weather
:
"fog"
|
"clear"
|
"rain"
|
"snow"
|
"storm"
world
Name
worldName
:
string
world
Seed
worldSeed
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
difficulty
entities
game
Mode
modified
Chunks
player
Inventory
player
Position
player
Rotation
time
Of
Day
weather
world
Name
world
Seed
GitHub
Examples
Strata - v1.4.10
Loading...