ItemProps

@GeneratedBy(type = Item::class)
object ItemProps

Properties

Link copied to clipboard
val COST: TypedProp.Scalar<Item, Int?>
Link copied to clipboard
val EFFECT: TypedProp.Scalar<Item, String?>
Link copied to clipboard
val FLING_POWER: TypedProp.Scalar<Item, Int?>
Link copied to clipboard
val ID: TypedProp.Scalar<Item, Long>
Link copied to clipboard
val INTERNAL_NAME: TypedProp.Scalar<Item, String?>
Link copied to clipboard
val ITEM_ATTRIBUTES: TypedProp.ReferenceList<Item, ItemAttribute>
Link copied to clipboard
val ITEM_FLING_EFFECT: TypedProp.Reference<Item, ItemFlingEffect?>
Link copied to clipboard
val NAME: TypedProp.Scalar<Item, String?>
Link copied to clipboard
val SHORT_EFFECT: TypedProp.Scalar<Item, String?>
Link copied to clipboard
val TEXT: TypedProp.Scalar<Item, String?>