net.minecraft.world.entity

public interface SlotAccess

bwy
net.minecraft.world.entity.SlotAccess
net.minecraft.class_5630
net.minecraft.inventory.StackReference
net.minecraft.world.entity.SlotAccess

Field summary

Modifier and TypeField
SlotAccess
a
NULL
field_27860
EMPTY

Method summary

Modifier and TypeMethod
static SlotAccess
a(Supplier<cxp> arg0, Consumer<cxp> arg1)
of(Supplier<ItemStack> arg0, Consumer<ItemStack> arg1)
method_59666(Supplier<class_1799> arg0, Consumer<class_1799> arg1)
of(Supplier<ItemStack> getter, Consumer<ItemStack> setter)
static SlotAccess
a(btc arg0, int arg1, Predicate<cxp> arg2)
forContainer(Container arg0, int arg1, Predicate<ItemStack> arg2)
method_32329(class_1263 arg0, int arg1, Predicate<class_1799> arg2)
of(Inventory inventory, int index, Predicate<ItemStack> stackFilter)
static SlotAccess
a(btc arg0, int arg1)
forContainer(Container arg0, int arg1)
method_32328(class_1263 arg0, int arg1)
of(Inventory inventory, int index)
static SlotAccess
a(bwg arg0, bvs arg1, Predicate<cxp> arg2)
forEquipmentSlot(LivingEntity arg0, EquipmentSlot arg1, Predicate<ItemStack> arg2)
method_32331(class_1309 arg0, class_1304 arg1, Predicate<class_1799> arg2)
of(LivingEntity entity, EquipmentSlot slot, Predicate<ItemStack> filter)
static SlotAccess
a(bwg arg0, bvs arg1)
forEquipmentSlot(LivingEntity arg0, EquipmentSlot arg1)
method_32330(class_1309 arg0, class_1304 arg1)
of(LivingEntity entity, EquipmentSlot slot)
ItemStack
a()
get()
method_32327()
get()
boolean
a(cxp arg0)
set(ItemStack arg0)
method_32332(class_1799 arg0)
set(ItemStack stack)