ItemType

public enum ItemType

Entries

Link copied to clipboard

Default. Item enters the random elite drop pool AND is purchasable in shops (CustomShopMenu).

Link copied to clipboard

Boss-only / quest-only. Item is excluded from the random elite drop pool AND from shops — it can only be obtained through the explicit drop tables of specific bosses, treasure chests, or quest rewards.

Link copied to clipboard

Drops only. Item enters the random elite drop pool just like CUSTOM, but is excluded from shops — players can find it as a normal elite drop but can never simply buy it. Useful for items that should feel earned but don't need to be locked to a specific boss.

Link copied to clipboard

Explicit custom-item candidates for a boss's single class-based equipment roll.

Functions

Link copied to clipboard
public static CustomItem.ItemType valueOf(String name)

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
public static Array<CustomItem.ItemType> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.