net.minecraft.entity

public enum EquipmentSlot

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

Enum constant summary

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

Field summary

Modifier and TypeField
private final EquipmentSlot$Type
g
field_14530
type
field_188462_g
slotType
private final int
h
field_14531
id
field_188463_h
index
private final int
i
field_14532
filter
field_188464_i
slotIndex
private final String
j
field_14533
key
field_188465_j
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()
func_188453_a()
getSlotType()
public int
b()
method_13032()
getId()
func_188454_b()
getIndex()
public int
c()
method_13033()
getFilter()
func_188452_c()
getSlotIndex()
public String
d()
method_13034()
getKey()
func_188450_d()
getName()
public static EquipmentSlot
a(String arg0)
method_13031(String arg0)
byKey(String key)
func_188451_a(String arg0)
fromString(String targetName)