net.minecraft.entity

public enum EquipmentSlot

rw
net.minecraft.class_2968
net.minecraft.entity.EquipmentSlot
net.minecraft.inventory.EntityEquipmentSlot

Enum constant summary

Enum Constant
a
field_14524
MAIN_HAND
MAINHAND
b
field_14525
OFF_HAND
OFFHAND
c
field_14526
FEET
FEET
d
field_14527
LEGS
LEGS
e
field_14528
CHEST
CHEST
f
field_14529
HEAD
HEAD

Field summary

Modifier and TypeField
private final EquipmentSlot$Type
g
field_14530
type
slotType
private final int
h
field_14531
id
index
private final int
i
field_14532
filter
slotIndex
private final String
j
field_14533
key
name

Constructor summary

ModifierConstructor
private (EquipmentSlot$Type arg0, int arg1, int type, String id)

Method summary

Modifier and TypeMethod
public EquipmentSlot$Type
a()
method_13030()
getType()
getSlotType()
public int
b()
method_13032()
getId()
getIndex()
public int
c()
method_13033()
getFilter()
getSlotIndex()
public String
d()
method_13034()
getKey()
getName()
public static EquipmentSlot
a(String arg0)
method_13031(String arg0)
byKey(String key)
fromString(String targetName)