Skip to content

helix / SPECIAL_MODEL_TYPES

Variable: SPECIAL_MODEL_TYPES

const SPECIAL_MODEL_TYPES: object

Defined in: core/values/item-model.ts:79

Type ids for the minecraft:special_model_type registry (see SpecialModel).

Type Declaration

readonly BANNER: "minecraft:banner" = "minecraft:banner"

BED

readonly BED: "minecraft:bed" = "minecraft:bed"

CHEST

readonly CHEST: "minecraft:chest" = "minecraft:chest"

CONDUIT

readonly CONDUIT: "minecraft:conduit" = "minecraft:conduit"

DECORATED_POT

readonly DECORATED_POT: "minecraft:decorated_pot" = "minecraft:decorated_pot"

HANGING_SIGN

readonly HANGING_SIGN: "minecraft:hanging_sign" = "minecraft:hanging_sign"

readonly HEAD: "minecraft:head" = "minecraft:head"

SHIELD

readonly SHIELD: "minecraft:shield" = "minecraft:shield"

SHULKER_BOX

readonly SHULKER_BOX: "minecraft:shulker_box" = "minecraft:shulker_box"

STANDING_SIGN

readonly STANDING_SIGN: "minecraft:standing_sign" = "minecraft:standing_sign"

TRIDENT

readonly TRIDENT: "minecraft:trident" = "minecraft:trident"

Released under the MIT License · Credits