net.minecraft.world.entity

public enum EquipmentSlot

aks
net.minecraft.world.entity.EquipmentSlot
net.minecraft.class_1304
net.minecraft.unmapped.C_yuycoehb
net.minecraft.entity.EquipmentSlot
net.minecraft.inventory.EquipmentSlotType
net.minecraft.server.v1_15_R1.EnumItemSlot

Enum constant summary

Enum Constant
a
MAINHAND
field_6173
f_yakrbmjh
MAINHAND
MAINHAND
MAINHAND
b
OFFHAND
field_6171
f_bcxmpszf
OFFHAND
OFFHAND
OFFHAND
c
FEET
field_6166
f_kgwqenjp
FEET
FEET
FEET
d
LEGS
field_6172
f_aciggnqy
LEGS
LEGS
LEGS
e
CHEST
field_6174
f_ijigpdev
CHEST
CHEST
CHEST
f
HEAD
field_6169
f_sqsyjyps
HEAD
HEAD
HEAD

Field summary

Modifier and TypeField
private final EquipmentSlot$Type
g
type
field_6170
f_sxrtmuub
type
field_188462_g
private final int
h
index
field_6168
f_rwczokzq
entityId
field_188463_h
private final int
i
filterFlag
field_6167
f_rzrpxhoz
armorStandId
field_188464_i
private final String
j
name
field_6175
f_xlhfthzn
name
field_188465_j

Constructor summary

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

Method summary

Modifier and TypeMethod
public EquipmentSlot$Type
a()
getType()
method_5925()
m_egyjjxnq()
getType()
func_188453_a()
public int
b()
getIndex()
method_5927()
m_lieekiyy()
getEntitySlotId()
func_188454_b()
public int
c()
getFilterFlag()
method_5926()
m_ebzsngff()
getArmorStandSlotId()
func_188452_c()
public String
d()
getName()
method_5923()
m_ovklkqiy()
getName()
func_188450_d()
getSlotName()
public static EquipmentSlot
a(String arg0)
byName(String arg0)
method_5924(String arg0)
m_wjkdieuv(String arg0)
byName(String name)
func_188451_a(String arg0)
fromName(String arg0)
public static EquipmentSlot
a(aks$a arg0, int arg1)
byTypeAndIndex(EquipmentSlot$Type arg0, int arg1)
method_20234(class_1304$class_1305 arg0, int arg1)
m_zjqstllm(C_yuycoehb$C_vkdieima arg0, int arg1)
fromTypeIndex(EquipmentSlot$Type type, int index)
func_220318_a(EquipmentSlotType$Group arg0, int arg1)