public class PokeBagContainer
extends net.minecraft.inventory.container.Container
Modifier and Type | Class and Description |
---|---|
static class |
PokeBagContainer.ExtendedSlot |
static class |
PokeBagContainer.PokeBagSlot |
static class |
PokeBagContainer.Screen |
Constructor and Description |
---|
PokeBagContainer(int windowId,
net.minecraft.entity.player.PlayerInventory inventoryPlayer,
net.minecraft.network.PacketBuffer buffer) |
PokeBagContainer(int windowId,
net.minecraft.entity.player.PlayerInventory inventoryPlayer,
PokeBagItem.PokeBag pokeBag) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
quickMoveStack(net.minecraft.entity.player.PlayerEntity p_82846_1_,
int p_82846_2_) |
void |
removed(net.minecraft.entity.player.PlayerEntity p_75134_1_) |
void |
setItem(int p_75141_1_,
net.minecraft.item.ItemStack p_75141_2_) |
boolean |
stillValid(net.minecraft.entity.player.PlayerEntity p_75145_1_) |
addDataSlot, addDataSlots, addSlot, addSlotListener, backup, broadcastChanges, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, consideredTheSameItem, doClick, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftSlotCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getType, isSynched, isValidQuickcraftType, moveItemStackTo, removeSlotListener, resetQuickCraft, setAll, setData, setSynched, slotsChanged, stillValid
public PokeBagContainer(int windowId, net.minecraft.entity.player.PlayerInventory inventoryPlayer, PokeBagItem.PokeBag pokeBag)
public PokeBagContainer(int windowId, net.minecraft.entity.player.PlayerInventory inventoryPlayer, net.minecraft.network.PacketBuffer buffer)
public boolean stillValid(net.minecraft.entity.player.PlayerEntity p_75145_1_)
stillValid
in class net.minecraft.inventory.container.Container
public net.minecraft.item.ItemStack quickMoveStack(net.minecraft.entity.player.PlayerEntity p_82846_1_, int p_82846_2_)
quickMoveStack
in class net.minecraft.inventory.container.Container
public void removed(net.minecraft.entity.player.PlayerEntity p_75134_1_)
removed
in class net.minecraft.inventory.container.Container
public void setItem(int p_75141_1_, net.minecraft.item.ItemStack p_75141_2_)
setItem
in class net.minecraft.inventory.container.Container