Skip to content

helix / CONDITION_PROPERTIES

Variable: CONDITION_PROPERTIES

const CONDITION_PROPERTIES: object

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

Property ids for the minecraft:condition item-model arm (the boolean-valued item-model property registry). Author ItemModel.condition(CONDITION_PROPERTIES.DAMAGED, …) or pass a raw <ns>:id string. Hand-listed (client-side registry, absent from the mcmeta server summary) - use .raw() if a newer one isn't here yet.

Type Declaration

BROKEN

readonly BROKEN: "minecraft:broken" = "minecraft:broken"

BUNDLE_HAS_SELECTED_ITEM

readonly BUNDLE_HAS_SELECTED_ITEM: "minecraft:bundle/has_selected_item" = "minecraft:bundle/has_selected_item"

CARRIED

readonly CARRIED: "minecraft:carried" = "minecraft:carried"

COMPONENT

readonly COMPONENT: "minecraft:component" = "minecraft:component"

CUSTOM_MODEL_DATA

readonly CUSTOM_MODEL_DATA: "minecraft:custom_model_data" = "minecraft:custom_model_data"

DAMAGED

readonly DAMAGED: "minecraft:damaged" = "minecraft:damaged"

EXTENDED_VIEW

readonly EXTENDED_VIEW: "minecraft:extended_view" = "minecraft:extended_view"

FISHING_ROD_CAST

readonly FISHING_ROD_CAST: "minecraft:fishing_rod/cast" = "minecraft:fishing_rod/cast"

HAS_COMPONENT

readonly HAS_COMPONENT: "minecraft:has_component" = "minecraft:has_component"

KEYBIND_DOWN

readonly KEYBIND_DOWN: "minecraft:keybind_down" = "minecraft:keybind_down"

SELECTED

readonly SELECTED: "minecraft:selected" = "minecraft:selected"

USING_ITEM

readonly USING_ITEM: "minecraft:using_item" = "minecraft:using_item"

VIEW_ENTITY

readonly VIEW_ENTITY: "minecraft:view_entity" = "minecraft:view_entity"

Released under the MIT License · Credits