Uses of Interface
net.minecraft.world.entity.SlotAccess
Packages that use SlotAccess
Package
Description
-
Uses of SlotAccess in net.minecraft.world
Methods in net.minecraft.world that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as SlotAccessMethods in net.minecraft.world.entity that return SlotAccessModifier and TypeMethodDescriptionprivate static SlotAccessLivingEntity.createEquipmentSlotAccess(LivingEntity entity, EquipmentSlot equipmentSlot) static SlotAccessSlotAccess.forEquipmentSlot(LivingEntity entity, EquipmentSlot slot) static SlotAccessSlotAccess.forEquipmentSlot(LivingEntity entity, EquipmentSlot slot, Predicate<ItemStack> validator) static SlotAccessSlotAccess.forListElement(List<ItemStack> stacks, int index) Display.ItemDisplay.getSlot(int slot) Entity.getSlot(int slot) LivingEntity.getSlot(int slot) SlotProvider.getSlot(int slot) static SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.animal.equine
Methods in net.minecraft.world.entity.animal.equine that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.animal.nautilus
Methods in net.minecraft.world.entity.animal.nautilus that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.item
Methods in net.minecraft.world.entity.item that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.monster.illager
Methods in net.minecraft.world.entity.monster.illager that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.monster.piglin
Methods in net.minecraft.world.entity.monster.piglin that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.npc.villager
Methods in net.minecraft.world.entity.npc.villager that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.projectile.arrow
Methods in net.minecraft.world.entity.projectile.arrow that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.projectile.hurtingprojectile
Methods in net.minecraft.world.entity.projectile.hurtingprojectile that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle that return SlotAccessModifier and TypeMethodDescriptiondefault @Nullable SlotAccessContainerEntity.getChestVehicleSlot(int slot) -
Uses of SlotAccess in net.minecraft.world.entity.vehicle.boat
Methods in net.minecraft.world.entity.vehicle.boat that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.vehicle.minecart
Methods in net.minecraft.world.entity.vehicle.minecart that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return SlotAccessModifier and TypeMethodDescriptionprivate SlotAccessAbstractContainerMenu.createCarriedSlotAccess() -
Uses of SlotAccess in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type SlotAccessModifier and TypeMethodDescriptionbooleanBundleItem.overrideOtherStackedOnMe(ItemStack self, ItemStack other, Slot slot, ClickAction clickAction, Player player, SlotAccess carriedItem) booleanItem.overrideOtherStackedOnMe(ItemStack self, ItemStack other, Slot slot, ClickAction clickAction, Player player, SlotAccess carriedItem) booleanItemStack.overrideOtherStackedOnMe(ItemStack other, Slot slot, ClickAction clickAction, Player player, SlotAccess carriedItem) -
Uses of SlotAccess in net.minecraft.world.item.component
Method parameters in net.minecraft.world.item.component with type arguments of type SlotAccessModifier and TypeMethodDescriptionvoidBundleContents.Mutable.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) voidSimpleMutableContainer.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) -
Uses of SlotAccess in net.minecraft.world.item.slot
Classes in net.minecraft.world.item.slot that implement interfaces with type arguments of type SlotAccessMethods in net.minecraft.world.item.slot with parameters of type SlotAccessModifier and TypeMethodDescriptionvoidCountingModifier.accept(SlotAccess slot) static SlotCollectionSlotCollection.of(SlotAccess slotAccess) Method parameters in net.minecraft.world.item.slot with type arguments of type SlotAccessModifier and TypeMethodDescriptionvoidSlotCollection.Filtered.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) voidSlotCollection.FlatMapped.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) voidSlotCollection.Limited.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) default voidSlotCollection.modifySlots(Consumer<? super SlotAccess> consumer) voidSlotCollection.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) static SlotCollectionSlotCollection.of(Collection<? extends SlotAccess> slots) -
Uses of SlotAccess in net.minecraft.world.level.storage.loot
Method parameters in net.minecraft.world.level.storage.loot with type arguments of type SlotAccessModifier and TypeMethodDescriptionvoidContainerComponentManipulator.ComponentSlotCollection.modifySlots(Consumer<? super SlotAccess> consumer, SlotSelector slotSelector) -
Uses of SlotAccess in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type SlotAccessModifier and TypeMethodDescriptionstatic ItemStackedOnOtherEventCommonHooks.onItemStackedOn(ItemStack carriedItem, ItemStack stackedOnItem, Slot slot, ClickAction action, Player player, SlotAccess carriedSlotAccess) Fires theItemStackedOnOtherEvent, allowing items to handle custom behavior relating to being stacked together (i.e. how the bundle operates). -
Uses of SlotAccess in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as SlotAccessModifier and TypeFieldDescriptionprivate final SlotAccessItemStackedOnOtherEvent.carriedSlotAccessMethods in net.neoforged.neoforge.event that return SlotAccessModifier and TypeMethodDescriptionItemStackedOnOtherEvent.getCarriedSlotAccess()Returns a fake slot allowing the listener to see and change what item is being carried.Constructors in net.neoforged.neoforge.event with parameters of type SlotAccessModifierConstructorDescriptionItemStackedOnOtherEvent(ItemStack carriedItem, ItemStack stackedOnItem, Slot slot, ClickAction action, Player player, SlotAccess carriedSlotAccess)