Interface SlotAccess
public interface SlotAccess
-
Method Summary
Modifier and TypeMethodDescriptionstatic SlotAccessforEquipmentSlot(LivingEntity entity, EquipmentSlot slot) static SlotAccessforEquipmentSlot(LivingEntity entity, EquipmentSlot slot, Predicate<ItemStack> validator) static SlotAccessforListElement(List<ItemStack> stacks, int index) get()static SlotAccessboolean
-
Method Details
-
get
ItemStack get() -
set
-
of
-
forEquipmentSlot
static SlotAccess forEquipmentSlot(LivingEntity entity, EquipmentSlot slot, Predicate<ItemStack> validator) -
forEquipmentSlot
-
forListElement
-