bedrock-kit
Preparing search index...
AddonState
Interface AddonState
interface
AddonState
{
animationControllers
:
Map
<
string
,
AnimationController
>
;
animations
:
Map
<
string
,
Animation
>
;
attachables
:
Map
<
string
,
Attachable
>
;
behaviorManifest
:
ManifestFile
;
behaviorPackPath
:
string
;
biomeStore
:
Map
<
string
,
Biome
>
;
blocks
:
Map
<
string
,
Block
>
;
bpBiomes
:
Map
<
string
,
BehaviorBiome
>
;
bpData
:
PackData
;
bpEntities
:
Map
<
string
,
BehaviorEntity
>
;
entityStore
:
Map
<
string
,
Entity
>
;
featureRules
:
Map
<
string
,
FeatureRule
>
;
features
:
Map
<
string
,
Feature
>
;
fogSettings
:
Map
<
string
,
Fog
>
;
geometries
:
Map
<
string
,
GeometryModel
>
;
items
:
Map
<
string
,
Item
>
;
itemTextures
:
TextureAtlasFile
;
langFiles
:
Map
<
string
,
LangFile
>
;
lootTables
:
Map
<
string
,
LootTable
>
;
musicDefinitions
:
MusicDefinitionsFile
;
particles
:
Map
<
string
,
Particle
>
;
recipes
:
Recipe
[]
;
renderControllers
:
Map
<
string
,
RenderController
>
;
resourceManifest
:
ManifestFile
;
resourcePackPath
:
string
;
reverseIndex
:
ReverseIndex
;
rpBiomes
:
Map
<
string
,
ClientBiome
>
;
rpData
:
PackData
;
rpEntities
:
Map
<
string
,
ResourceEntity
>
;
soundDefinitions
:
SoundDefinitionsFile
;
sounds
:
SoundsFile
;
spawnRules
:
Map
<
string
,
SpawnRule
>
;
terrainTextures
:
TextureAtlasFile
;
textures
:
Map
<
string
,
Texture
>
;
tradingTables
:
Map
<
string
,
TradingTable
>
;
}
Index
Properties
animation
Controllers
animations
attachables
behavior
Manifest
behavior
Pack
Path
biome
Store
blocks
bp
Biomes
bp
Data
bp
Entities
entity
Store
feature
Rules
features
fog
Settings
geometries
items
item
Textures
lang
Files
loot
Tables
music
Definitions
particles
recipes
render
Controllers
resource
Manifest
resource
Pack
Path
reverse
Index
rp
Biomes
rp
Data
rp
Entities
sound
Definitions
sounds
spawn
Rules
terrain
Textures
textures
trading
Tables
Properties
animation
Controllers
animationControllers
:
Map
<
string
,
AnimationController
>
animations
animations
:
Map
<
string
,
Animation
>
attachables
attachables
:
Map
<
string
,
Attachable
>
behavior
Manifest
behaviorManifest
:
ManifestFile
behavior
Pack
Path
behaviorPackPath
:
string
biome
Store
biomeStore
:
Map
<
string
,
Biome
>
blocks
blocks
:
Map
<
string
,
Block
>
bp
Biomes
bpBiomes
:
Map
<
string
,
BehaviorBiome
>
bp
Data
bpData
:
PackData
bp
Entities
bpEntities
:
Map
<
string
,
BehaviorEntity
>
entity
Store
entityStore
:
Map
<
string
,
Entity
>
feature
Rules
featureRules
:
Map
<
string
,
FeatureRule
>
features
features
:
Map
<
string
,
Feature
>
fog
Settings
fogSettings
:
Map
<
string
,
Fog
>
geometries
geometries
:
Map
<
string
,
GeometryModel
>
items
items
:
Map
<
string
,
Item
>
item
Textures
itemTextures
:
TextureAtlasFile
lang
Files
langFiles
:
Map
<
string
,
LangFile
>
loot
Tables
lootTables
:
Map
<
string
,
LootTable
>
music
Definitions
musicDefinitions
:
MusicDefinitionsFile
particles
particles
:
Map
<
string
,
Particle
>
recipes
recipes
:
Recipe
[]
render
Controllers
renderControllers
:
Map
<
string
,
RenderController
>
resource
Manifest
resourceManifest
:
ManifestFile
resource
Pack
Path
resourcePackPath
:
string
reverse
Index
reverseIndex
:
ReverseIndex
rp
Biomes
rpBiomes
:
Map
<
string
,
ClientBiome
>
rp
Data
rpData
:
PackData
rp
Entities
rpEntities
:
Map
<
string
,
ResourceEntity
>
sound
Definitions
soundDefinitions
:
SoundDefinitionsFile
sounds
sounds
:
SoundsFile
spawn
Rules
spawnRules
:
Map
<
string
,
SpawnRule
>
terrain
Textures
terrainTextures
:
TextureAtlasFile
textures
textures
:
Map
<
string
,
Texture
>
trading
Tables
tradingTables
:
Map
<
string
,
TradingTable
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animation
Controllers
animations
attachables
behavior
Manifest
behavior
Pack
Path
biome
Store
blocks
bp
Biomes
bp
Data
bp
Entities
entity
Store
feature
Rules
features
fog
Settings
geometries
items
item
Textures
lang
Files
loot
Tables
music
Definitions
particles
recipes
render
Controllers
resource
Manifest
resource
Pack
Path
reverse
Index
rp
Biomes
rp
Data
rp
Entities
sound
Definitions
sounds
spawn
Rules
terrain
Textures
textures
trading
Tables
bedrock-kit
Loading...