Skip to content

SendPropertyAction v3

Hoid2 edited this page Jan 19, 2022 · 2 revisions

Send Property Action

Send property actions send property changes to the client. Properties only work with some screen handler types.

They look like:

{
  ...common fields...
  "property": "",
  "value": 0
}

(common fields are specified in Actions v3)

Property (defaults to "FIRE_LEVEL")

This is the property to send. This is a string.

Types
  • "FIRE_LEVEL"
  • "MAX_FUEL_BURN_TIME"
  • "CURRENT_PROGRESS"
  • "MAX_PROGRESS"
  • "TOP_LEVEL_REQ"
  • "MIDDLE_LEVEL_REQ"
  • "BOTTOM_LEVEL_REQ"
  • "ENCHANT_SEED"
  • "TOP_ENCHANTMENT_ID"
  • "MIDDLE_ENCHANTMENT_ID"
  • "BOTTOM_ENCHANTMENT_ID"
  • "TOP_ENCHANTMENT_LEVEL"
  • "MIDDLE_ENCHANTMENT_LEVEL"
  • "BOTTOM_ENCHANTMENT_LEVEL"
  • "POWER_LEVEL"
  • "FIRST_EFFECT"
  • "SECOND_EFFECT"
  • "LEVEL_COST"
  • "BREW_TIME"
  • "POWDER_FUEL_TIME"
  • "SELECTED"

Value (defaults to 0)

This is the value to send. This is an integer.

Clone this wiki locally