enum

Shatter::Data::InvIdx

Inherits Enum < Comparable < Value < Object

Constants

CraftResult = 0
Craft1 = 1
Craft2 = 2
Craft3 = 3
Craft4 = 4
Helmet = 5
Chest = 6
Legs = 7
Boots = 8
R1C1 = 9
R1C2 = 10
R1C3 = 11
R1C4 = 12
R1C5 = 13
R1C6 = 14
R1C7 = 15
R1C8 = 16
R1C9 = 17
R2C1 = 18
R2C2 = 19
R2C3 = 20
R2C4 = 21
R2C5 = 22
R2C6 = 23
R2C7 = 24
R2C8 = 25
R2C9 = 26
R3C1 = 27
R3C2 = 28
R3C3 = 29
R3C4 = 30
R3C5 = 31
R3C6 = 32
R3C7 = 33
R3C8 = 34
R3C9 = 35
Hotbar1 = 36
Hotbar2 = 37
Hotbar3 = 38
Hotbar4 = 39
Hotbar5 = 40
Hotbar6 = 41
Hotbar7 = 42
Hotbar8 = 43
Hotbar9 = 44
Offhand = 45

Instance methods

boots?

Returns true if this enum value equals Boots

Source
chest?

Returns true if this enum value equals Chest

Source
craft1?

Returns true if this enum value equals Craft1

Source
craft2?

Returns true if this enum value equals Craft2

Source
craft3?

Returns true if this enum value equals Craft3

Source
craft4?

Returns true if this enum value equals Craft4

Source
craft_result?

Returns true if this enum value equals CraftResult

Source
helmet?

Returns true if this enum value equals Helmet

Source
hotbar1?

Returns true if this enum value equals Hotbar1

Source
hotbar2?

Returns true if this enum value equals Hotbar2

Source
hotbar3?

Returns true if this enum value equals Hotbar3

Source
hotbar4?

Returns true if this enum value equals Hotbar4

Source
hotbar5?

Returns true if this enum value equals Hotbar5

Source
hotbar6?

Returns true if this enum value equals Hotbar6

Source
hotbar7?

Returns true if this enum value equals Hotbar7

Source
hotbar8?

Returns true if this enum value equals Hotbar8

Source
hotbar9?

Returns true if this enum value equals Hotbar9

Source
legs?

Returns true if this enum value equals Legs

Source
offhand?

Returns true if this enum value equals Offhand

Source
r1_c1?

Returns true if this enum value equals R1C1

Source
r1_c2?

Returns true if this enum value equals R1C2

Source
r1_c3?

Returns true if this enum value equals R1C3

Source
r1_c4?

Returns true if this enum value equals R1C4

Source
r1_c5?

Returns true if this enum value equals R1C5

Source
r1_c6?

Returns true if this enum value equals R1C6

Source
r1_c7?

Returns true if this enum value equals R1C7

Source
r1_c8?

Returns true if this enum value equals R1C8

Source
r1_c9?

Returns true if this enum value equals R1C9

Source
r2_c1?

Returns true if this enum value equals R2C1

Source
r2_c2?

Returns true if this enum value equals R2C2

Source
r2_c3?

Returns true if this enum value equals R2C3

Source
r2_c4?

Returns true if this enum value equals R2C4

Source
r2_c5?

Returns true if this enum value equals R2C5

Source
r2_c6?

Returns true if this enum value equals R2C6

Source
r2_c7?

Returns true if this enum value equals R2C7

Source
r2_c8?

Returns true if this enum value equals R2C8

Source
r2_c9?

Returns true if this enum value equals R2C9

Source
r3_c1?

Returns true if this enum value equals R3C1

Source
r3_c2?

Returns true if this enum value equals R3C2

Source
r3_c3?

Returns true if this enum value equals R3C3

Source
r3_c4?

Returns true if this enum value equals R3C4

Source
r3_c5?

Returns true if this enum value equals R3C5

Source
r3_c6?

Returns true if this enum value equals R3C6

Source
r3_c7?

Returns true if this enum value equals R3C7

Source
r3_c8?

Returns true if this enum value equals R3C8

Source
r3_c9?

Returns true if this enum value equals R3C9

Source