Uses of Interface
net.minecraft.world.entity.SlotAccess
Packages that use SlotAccess
Package
Description
-
Uses of SlotAccess in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as SlotAccessModifier and TypeFieldDescriptionstatic final SlotAccess
SlotAccess.NULL
private final SlotAccess
Display.ItemDisplay.slot
Methods in net.minecraft.world.entity that return SlotAccessModifier and TypeMethodDescriptionprivate static SlotAccess
LivingEntity.createEquipmentSlotAccess
(LivingEntity pEntity, EquipmentSlot pSlot) static SlotAccess
SlotAccess.forContainer
(Container pInventory, int pSlot) static SlotAccess
SlotAccess.forContainer
(Container pInventory, int pSlot, Predicate<ItemStack> pStackFilter) static SlotAccess
SlotAccess.forEquipmentSlot
(LivingEntity pEntity, EquipmentSlot pSlot) static SlotAccess
SlotAccess.forEquipmentSlot
(LivingEntity pEntity, EquipmentSlot pSlot, Predicate<ItemStack> pStackFilter) Display.ItemDisplay.getSlot
(int pSlot) Entity.getSlot
(int pSlot) LivingEntity.getSlot
(int pSlot) static SlotAccess
-
Uses of SlotAccess in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse 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
Methods in net.minecraft.world.entity.monster that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc 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
Methods in net.minecraft.world.entity.projectile that return SlotAccess -
Uses of SlotAccess in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle that return SlotAccessModifier and TypeMethodDescriptiondefault SlotAccess
ContainerEntity.getChestVehicleSlot
(int pIndex) AbstractMinecartContainer.getSlot
(int pSlot) ChestBoat.getSlot
(int pSlot) -
Uses of SlotAccess in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return SlotAccessModifier and TypeMethodDescriptionprivate SlotAccess
AbstractContainerMenu.createCarriedSlotAccess()
-
Uses of SlotAccess in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type SlotAccessModifier and TypeMethodDescriptionboolean
BundleItem.overrideOtherStackedOnMe
(ItemStack pStack, ItemStack pOther, Slot pSlot, ClickAction pAction, Player pPlayer, SlotAccess pAccess) boolean
Item.overrideOtherStackedOnMe
(ItemStack pStack, ItemStack pOther, Slot pSlot, ClickAction pAction, Player pPlayer, SlotAccess pAccess) boolean
ItemStack.overrideOtherStackedOnMe
(ItemStack pStack, Slot pSlot, ClickAction pAction, Player pPlayer, SlotAccess pAccess) -
Uses of SlotAccess in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type SlotAccessModifier and TypeMethodDescriptionstatic boolean
CommonHooks.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 SlotAccess
ItemStackedOnOtherEvent.carriedSlotAccess
Methods 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)