CloseAction

What the framework does with the free-slot contents after onClose runs.

  • RETURN_TO_PLAYER — the framework moves every free-slot item into the player's inventory (dropping the overflow). This is the default "input tray" behaviour.

  • NO_RETURN — the framework leaves the free slots untouched. You are then responsible for those items: the closed inventory is a throwaway snapshot rebuilt on every open, so anything you don't read out inside onClose is simply discarded. Use this for persistent containers that save their contents elsewhere (e.g. to an item's persistent data).

Entries

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.