History - net.minecraft.world.level.block.entity.HopperBlockEntity
1.21.3
Names
drh
dvz
Fields
int: h, cooldownTime, field_12023, transferCooldown, f_59302_
int: h, cooldownTime, field_12023, transferCooldown
NonNullList<ItemStack>: g, items, field_12024, inventory, f_59301_
NonNullList<ItemStack>: g, items, field_12024, inventory
long: i, tickedGameTime, field_12022, lastTickTime, f_59303_
long: i, tickedGameTime, field_12022, lastTickTime
int: d, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN, f_155547_
int: d, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN
int: e, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE, f_155548_
int: e, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE
int[][]: f, CACHED_SLOTS, field_49100, AVAILABLE_SLOTS_CACHE, f_315191_
int[][]: f, CACHED_SLOTS, field_49100, AVAILABLE_SLOTS_CACHE
Direction: j, facing, field_49101, facing, f_315657_
Direction: j, facing, field_49101, facing
Constructors
Methods
int (): b, getContainerSize, method_5439, size, m_6643_
int (): b, getContainerSize, method_5439, size
ItemStack (int, int): a, removeItem, method_5434, removeStack, m_7407_
ItemStack (int, int): a, removeItem, method_5434, removeStack
void (int, ItemStack): a, setItem, method_5447, setStack, m_6836_
void (int, ItemStack): a, setItem, method_5447, setStack
boolean (): l, inventoryFull, method_11256, isFull, m_59404_
boolean (): k, inventoryFull, method_11256, isFull
boolean (Container, Direction): b, isFullContainer, method_11258, isInventoryFull, m_59385_
boolean (Container, Direction): b, isFullContainer, method_11258, isInventoryFull
boolean (Hopper, Container, int, Direction): a, tryTakeInItemFromSlot, method_11261, extract, m_59354_
boolean (Hopper, Container, int, Direction): a, tryTakeInItemFromSlot, method_11261, extract
boolean (Container, ItemStack, int, Direction): a, canPlaceItemInContainer, method_11244, canInsert, m_59334_
boolean (Container, ItemStack, int, Direction): a, canPlaceItemInContainer, method_11244, canInsert
boolean (ItemStack, ItemStack): a, canMergeItems, method_11254, canMergeItems, m_59344_
boolean (ItemStack, ItemStack): a, canMergeItems, method_11254, canMergeItems
double (): H, getLevelX, method_11266, getHopperX, m_6343_
double (): G, getLevelX, method_11266, getHopperX
double (): I, getLevelY, method_11264, getHopperY, m_6358_
double (): H, getLevelY, method_11264, getHopperY
double (): J, getLevelZ, method_11265, getHopperZ, m_6446_
double (): I, getLevelZ, method_11265, getHopperZ
void (int): d, setCooldown, method_11238, setTransferCooldown, m_59395_
void (int): d, setCooldown, method_11238, setTransferCooldown
boolean (): u, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): t, isOnCooldown, method_11239, needsCooldown
boolean (): v, isOnCustomCooldown, method_11242, isDisabled, m_59409_
boolean (): u, isOnCustomCooldown, method_11242, isDisabled
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer, m_59326_
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer
ItemStack (Container, Container, ItemStack, int, Direction): b, tryMoveInItem, method_11253, transfer, m_59320_
ItemStack (Container, Container, ItemStack, int, Direction): b, tryMoveInItem, method_11253, transfer
NonNullList<ItemStack> (): j, getItems, method_11282, getHeldStacks, m_58617_
NonNullList<ItemStack> (): f, getItems, method_11282, getHeldStacks
boolean (Container, ItemEntity): a, addItem, method_11247, extract, m_59331_
boolean (Container, ItemEntity): a, addItem, method_11247, extract
Container (Level, BlockPos): a, getContainerAt, method_11250, getInventoryAt, m_59390_
Container (Level, BlockPos): a, getContainerAt, method_11250, getInventoryAt
void (NonNullList<ItemStack>): a, setItems, method_11281, setHeldStacks, m_58609_
void (NonNullList<ItemStack>): a, setItems, method_11281, setHeldStacks
Component (): k, getDefaultName, method_17823, getContainerName, m_6820_
Component (): j, getDefaultName, method_17823, getContainerName
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler, m_6555_
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler
void (Level, BlockPos, BlockState, HopperBlockEntity): a, pushItemsTick, method_31692, serverTick, m_155573_
void (Level, BlockPos, BlockState, HopperBlockEntity): a, pushItemsTick, method_31692, serverTick
boolean (Level, BlockPos, BlockState, HopperBlockEntity, BooleanSupplier): a, tryMoveItems, method_11243, insertAndExtract, m_155578_
boolean (Level, BlockPos, BlockState, HopperBlockEntity, BooleanSupplier): a, tryMoveItems, method_11243, insertAndExtract
boolean (Level, Hopper): a, suckInItems, method_11241, extract, m_155552_
boolean (Level, Hopper): a, suckInItems, method_11241, extract
List<ItemEntity> (Level, Hopper): b, getItemsAtAndAbove, method_11237, getInputItemEntities, m_155589_
List<ItemEntity> (Level, Hopper): b, getItemsAtAndAbove, method_11237, getInputItemEntities
void (Level, BlockPos, BlockState, Entity, HopperBlockEntity): a, entityInside, method_11236, onEntityCollided, m_155567_
void (Level, BlockPos, BlockState, Entity, HopperBlockEntity): a, entityInside, method_11236, onEntityCollided
boolean (Container, Container, ItemStack, int, Direction): a, canTakeItemFromContainer, method_11252, canExtract, m_271906_
boolean (Container, Container, ItemStack, int, Direction): a, canTakeItemFromContainer, method_11252, canExtract
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt, m_318667_
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt, m_183515_
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt
void (BlockState): c, setBlockState, method_31664, setCachedState, m_155250_
void (BlockState): c, setBlockState, method_31664, setCachedState
boolean (Level, BlockPos, HopperBlockEntity): a, ejectItems, method_11246, insert, m_155562_
boolean (Level, BlockPos, HopperBlockEntity): a, ejectItems, method_11246, insert
int[] (Container, Direction): a, getSlots, method_17767, getAvailableSlots, m_59339_
int[] (Container, Direction): a, getSlots, method_17767, getAvailableSlots
int[] (int): c, createFlatSlots, method_57011, indexArray, m_323455_
int[] (int): c, createFlatSlots, method_57011, indexArray
Container (Level, BlockPos, HopperBlockEntity): b, getAttachedContainer, method_11255, getOutputInventory, m_155592_
Container (Level, BlockPos, HopperBlockEntity): b, getAttachedContainer, method_11255, getOutputInventory
Container (Level, Hopper, BlockPos, BlockState): a, getSourceContainer, method_11248, getInputInventory, m_155596_
Container (Level, Hopper, BlockPos, BlockState): a, getSourceContainer, method_11248, getInputInventory
Container (Level, BlockPos, BlockState, double, double, double): a, getContainerAt, method_11251, getInventoryAt, m_59347_
Container (Level, BlockPos, BlockState, double, double, double): a, getContainerAt, method_11251, getInventoryAt
Container (Level, BlockPos, BlockState): b, getBlockContainer, method_57010, getBlockInventoryAt, m_319514_
Container (Level, BlockPos, BlockState): b, getBlockContainer, method_57010, getBlockInventoryAt
Container (Level, double, double, double): a, getEntityContainer, method_57009, getEntityInventoryAt, m_322585_
Container (Level, double, double, double): a, getEntityContainer, method_57009, getEntityInventoryAt
boolean (): K, isGridAligned, method_57081, canBlockFromAbove, m_320496_
boolean (): J, isGridAligned, method_57081, canBlockFromAbove
1.21.1
Names
Fields
Constructors
Methods
void (BlockState): b, setBlockState, method_31664, setCachedState, m_155250_
void (BlockState): c, setBlockState, method_31664, setCachedState, m_155250_
1.21
Names
dqi
drh
Fields
Constructors
Methods
1.20.6
Names
dhu
dqi
Fields
int: i, cooldownTime, field_12023, transferCooldown, f_59302_
int: h, cooldownTime, field_12023, transferCooldown, f_59302_
NonNullList<ItemStack>: h, items, field_12024, inventory, f_59301_
NonNullList<ItemStack>: g, items, field_12024, inventory, f_59301_
long: j, tickedGameTime, field_12022, lastTickTime, f_59303_
long: i, tickedGameTime, field_12022, lastTickTime, f_59303_
int: f, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN, f_155547_
int: d, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN, f_155547_
int: g, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE, f_155548_
int: e, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE, f_155548_
int[][]: f, CACHED_SLOTS, field_49100, AVAILABLE_SLOTS_CACHE, f_315191_
Direction: j, facing, field_49101, facing, f_315657_
Constructors
Methods
void (CompoundTag): a, load, method_11014, readNbt, m_142466_
boolean (): m, inventoryFull, method_11256, isFull, m_59404_
boolean (): l, inventoryFull, method_11256, isFull, m_59404_
boolean (Container, Direction): c, isEmptyContainer, method_11257, isInventoryEmpty, m_59397_
Container (Level, double, double, double): a, getContainerAt, method_11251, getInventoryAt, m_59347_
double (): I, getLevelX, method_11266, getHopperX, m_6343_
double (): H, getLevelX, method_11266, getHopperX, m_6343_
double (): J, getLevelY, method_11264, getHopperY, m_6358_
double (): I, getLevelY, method_11264, getHopperY, m_6358_
double (): K, getLevelZ, method_11265, getHopperZ, m_6446_
double (): J, getLevelZ, method_11265, getHopperZ, m_6446_
void (int): c, setCooldown, method_11238, setTransferCooldown, m_59395_
void (int): d, setCooldown, method_11238, setTransferCooldown, m_59395_
boolean (): w, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): u, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): x, isOnCustomCooldown, method_11242, isDisabled, m_59409_
boolean (): v, isOnCustomCooldown, method_11242, isDisabled, m_59409_
NonNullList<ItemStack> (): k, getItems, method_11282, method_11282, m_7086_
NonNullList<ItemStack> (): j, getItems, method_11282, getHeldStacks, m_58617_
void (NonNullList<ItemStack>): a, setItems, method_11281, setInvStackList, m_6520_
void (NonNullList<ItemStack>): a, setItems, method_11281, setHeldStacks, m_58609_
Component (): l, getDefaultName, method_17823, getContainerName, m_6820_
Component (): k, getDefaultName, method_17823, getContainerName, m_6820_
IntStream (Container, Direction): a, getSlots, method_17767, getAvailableSlots, m_59339_
boolean (Level, BlockPos, BlockState, Container): a, ejectItems, method_11246, insert, m_155562_
Container (Level, BlockPos, BlockState): b, getAttachedContainer, method_11255, getOutputInventory, m_155592_
Container (Level, Hopper): c, getSourceContainer, method_11248, getInputInventory, m_155596_
void (CompoundTag): b, saveAdditional, method_11007, writeNbt, m_183515_
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt, m_318667_
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt, m_183515_
void (BlockState): b, setBlockState, method_31664, setCachedState, m_155250_
boolean (Level, BlockPos, HopperBlockEntity): a, ejectItems, method_11246, insert, m_155562_
int[] (Container, Direction): a, getSlots, method_17767, getAvailableSlots, m_59339_
int[] (int): c, createFlatSlots, method_57011, indexArray, m_323455_
Container (Level, BlockPos, HopperBlockEntity): b, getAttachedContainer, method_11255, getOutputInventory, m_155592_
Container (Level, Hopper, BlockPos, BlockState): a, getSourceContainer, method_11248, getInputInventory, m_155596_
Container (Level, BlockPos, BlockState, double, double, double): a, getContainerAt, method_11251, getInventoryAt, m_59347_
Container (Level, BlockPos, BlockState): b, getBlockContainer, method_57010, getBlockInventoryAt, m_319514_
Container (Level, double, double, double): a, getEntityContainer, method_57009, getEntityInventoryAt, m_322585_
boolean (): K, isGridAligned, method_57081, canBlockFromAbove, m_320496_
1.20.4
Names
ddt
dhu
Fields
int: k, cooldownTime, field_12023, transferCooldown, f_59302_
int: i, cooldownTime, field_12023, transferCooldown, f_59302_
NonNullList<ItemStack>: j, items, field_12024, inventory, f_59301_
NonNullList<ItemStack>: h, items, field_12024, inventory, f_59301_
long: l, tickedGameTime, field_12022, lastTickTime, f_59303_
long: j, tickedGameTime, field_12022, lastTickTime, f_59303_
Constructors
Methods
boolean (): i, inventoryFull, method_11256, isFull, m_59404_
boolean (): m, inventoryFull, method_11256, isFull, m_59404_
double (): M, getLevelX, method_11266, getHopperX, m_6343_
double (): I, getLevelX, method_11266, getHopperX, m_6343_
double (): N, getLevelY, method_11264, getHopperY, m_6358_
double (): J, getLevelY, method_11264, getHopperY, m_6358_
double (): O, getLevelZ, method_11265, getHopperZ, m_6446_
double (): K, getLevelZ, method_11265, getHopperZ, m_6446_
boolean (): j, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): w, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): v, isOnCustomCooldown, method_11242, isDisabled, m_59409_
boolean (): x, isOnCustomCooldown, method_11242, isDisabled, m_59409_
NonNullList<ItemStack> (): f, getItems, method_11282, getInvStackList, m_7086_
NonNullList<ItemStack> (): k, getItems, method_11282, method_11282, m_7086_
Component (): g, getDefaultName, method_17823, getContainerName, m_6820_
Component (): l, getDefaultName, method_17823, getContainerName, m_6820_
1.20.2
Names
dal
ddt
Fields
Constructors
Methods
double (): G, getLevelX, method_11266, getHopperX, m_6343_
double (): M, getLevelX, method_11266, getHopperX, m_6343_
double (): I, getLevelY, method_11264, getHopperY, m_6358_
double (): N, getLevelY, method_11264, getHopperY, m_6358_
double (): J, getLevelZ, method_11265, getHopperZ, m_6446_
double (): O, getLevelZ, method_11265, getHopperZ, m_6446_
1.20.1
Names
daa
dal
Fields
Constructors
Methods
double (): F, getLevelX, method_11266, getHopperX, m_6343_
double (): G, getLevelX, method_11266, getHopperX, m_6343_
double (): G, getLevelY, method_11264, getHopperY, m_6358_
double (): I, getLevelY, method_11264, getHopperY, m_6358_
double (): I, getLevelZ, method_11265, getHopperZ, m_6446_
double (): J, getLevelZ, method_11265, getHopperZ, m_6446_
1.19.4
Names
cxf
daa
Fields
int: j, cooldownTime, field_12023, transferCooldown, f_59302_
int: k, cooldownTime, field_12023, transferCooldown, f_59302_
NonNullList<ItemStack>: i, items, field_12024, inventory, f_59301_
NonNullList<ItemStack>: j, items, field_12024, inventory, f_59301_
long: k, tickedGameTime, field_12022, lastTickTime, f_59303_
long: l, tickedGameTime, field_12022, lastTickTime, f_59303_
int: c, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN, f_155547_
int: f, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN, f_155547_
int: f, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE, f_155548_
int: g, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE, f_155548_
Constructors
Methods
boolean (): j, inventoryFull, method_11256, isFull, m_59404_
boolean (): i, inventoryFull, method_11256, isFull, m_59404_
boolean (Container, ItemStack, int, Direction): b, canTakeItemFromContainer, method_11252, canExtract, m_59380_
double (): E, getLevelX, method_11266, getHopperX, m_6343_
double (): F, getLevelX, method_11266, getHopperX, m_6343_
double (): F, getLevelY, method_11264, getHopperY, m_6358_
double (): G, getLevelY, method_11264, getHopperY, m_6358_
double (): G, getLevelZ, method_11265, getHopperZ, m_6446_
double (): I, getLevelZ, method_11265, getHopperZ, m_6446_
boolean (): t, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): j, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): w, isOnCustomCooldown, method_11242, isDisabled, m_59409_
boolean (): v, isOnCustomCooldown, method_11242, isDisabled, m_59409_
ItemStack (Container, Container, ItemStack, int, Direction): a, tryMoveInItem, method_11253, transfer, m_59320_
ItemStack (Container, Container, ItemStack, int, Direction): b, tryMoveInItem, method_11253, transfer, m_59320_
boolean (Container, Container, ItemStack, int, Direction): a, canTakeItemFromContainer, method_11252, canExtract, m_271906_
1.19.3
Names
cua
cxf
Fields
Constructors
Methods
1.19.2
Names
Fields
int: c, MOVE_ITEM_SPEED, field_31341, field_31341, f_155547_
int: c, MOVE_ITEM_SPEED, field_31341, TRANSFER_COOLDOWN, f_155547_
int: f, HOPPER_CONTAINER_SIZE, field_31342, field_31342, f_155548_
int: f, HOPPER_CONTAINER_SIZE, field_31342, INVENTORY_SIZE, f_155548_
Constructors
Methods
1.19.1
Names
ctd
cua
Fields
Constructors
Methods
1.19
Names
cnj
ctd
Fields
Constructors
Methods
boolean (): i, inventoryFull, method_11256, isFull, m_59404_
boolean (): j, inventoryFull, method_11256, isFull, m_59404_
double (): y, getLevelX, method_11266, getHopperX, m_6343_
double (): E, getLevelX, method_11266, getHopperX, m_6343_
double (): z, getLevelY, method_11264, getHopperY, m_6358_
double (): F, getLevelY, method_11264, getHopperY, m_6358_
double (): A, getLevelZ, method_11265, getHopperZ, m_6446_
double (): G, getLevelZ, method_11265, getHopperZ, m_6446_
boolean (): j, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): t, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): v, isOnCustomCooldown, method_11242, isDisabled, m_59409_
boolean (): w, isOnCustomCooldown, method_11242, isDisabled, m_59409_
1.18.2
Names
cmr
cnj
Fields
Constructors
Methods
void (int): c, setCooldown, method_11238, setCooldown, m_59395_
void (int): c, setCooldown, method_11238, setTransferCooldown, m_59395_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
cji
cmr
Fields
Constructors
Methods
void (CompoundTag): a, load, method_11014, readNbt, m_142466_, load
void (CompoundTag): a, load, method_11014, readNbt, m_142466_
int (): b, getContainerSize, method_5439, size, m_6643_, getSize
int (): b, getContainerSize, method_5439, size, m_6643_
ItemStack (int, int): a, removeItem, method_5434, removeStack, m_7407_, splitStack
ItemStack (int, int): a, removeItem, method_5434, removeStack, m_7407_
void (int, ItemStack): a, setItem, method_5447, setStack, m_6836_, setItem
void (int, ItemStack): a, setItem, method_5447, setStack, m_6836_
double (): x, getLevelX, method_11266, getHopperX, m_6343_
double (): y, getLevelX, method_11266, getHopperX, m_6343_
void (int): c, setCooldown, method_11238, setCooldown, m_59395_, setCooldown
void (int): c, setCooldown, method_11238, setCooldown, m_59395_
boolean (): s, isOnCustomCooldown, method_11242, isDisabled, m_59409_
boolean (): v, isOnCustomCooldown, method_11242, isDisabled, m_59409_
CompoundTag (CompoundTag): b, save, method_11007, writeNbt, m_6945_, save
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer, m_59326_, addItem
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer, m_59326_
Component (): g, getDefaultName, method_17823, getContainerName, m_6820_, getContainerName
Component (): g, getDefaultName, method_17823, getContainerName, m_6820_
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler, m_6555_, createContainer
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler, m_6555_
void (CompoundTag): b, saveAdditional, method_11007, writeNbt, m_183515_
1.17.1
Names
cjh
cji
Fields
Constructors
Methods
1.17
Names
ccy
cjh
net.minecraft.tileentity.HopperTileEntity
net.minecraft.src.C_2010_
net.minecraft.server.v1_16_R3.TileEntityHopper
net.minecraft.world.level.block.entity.TileEntityHopper
Fields
int: j, cooldownTime, field_12023, transferCooldown, field_145901_j
int: j, cooldownTime, field_12023, transferCooldown, f_59302_
NonNullList<ItemStack>: i, items, field_12024, inventory, field_145900_a, items
NonNullList<ItemStack>: i, items, field_12024, inventory, f_59301_
long: k, tickedGameTime, field_12022, lastTickTime, field_190578_g
long: k, tickedGameTime, field_12022, lastTickTime, f_59303_
int: c, MOVE_ITEM_SPEED, field_31341, field_31341, f_155547_
int: f, HOPPER_CONTAINER_SIZE, field_31342, field_31342, f_155548_
Constructors
()
Methods
void (CompoundTag): a, load, method_11014, readNbt, m_142466_, load
int (): Z_, getContainerSize, method_5439, size, func_70302_i_, getSize
int (): b, getContainerSize, method_5439, size, m_6643_, getSize
ItemStack (int, int): a, removeItem, method_5434, removeStack, func_70298_a, splitStack
ItemStack (int, int): a, removeItem, method_5434, removeStack, m_7407_, splitStack
void (int, ItemStack): a, setItem, method_5447, setStack, func_70299_a, setItem
void (int, ItemStack): a, setItem, method_5447, setStack, m_6836_, setItem
void (): aj_, tick, method_16896, tick, func_73660_a, tick
boolean (): j, inventoryFull, method_11256, isFull, func_152105_l
boolean (): i, inventoryFull, method_11256, isFull, m_59404_
boolean (): k, ejectItems, method_11246, insert, func_145883_k
boolean (Container, Direction): b, isFullContainer, method_11258, isInventoryFull, func_174919_a
boolean (Container, Direction): b, isFullContainer, method_11258, isInventoryFull, m_59385_
boolean (Container, Direction): c, isEmptyContainer, method_11257, isInventoryEmpty, func_174917_b
boolean (Container, Direction): c, isEmptyContainer, method_11257, isInventoryEmpty, m_59397_
boolean (Hopper): a, suckInItems, method_11241, extract, func_145891_a
boolean (Hopper, Container, int, Direction): a, tryTakeInItemFromSlot, method_11261, extract, func_174915_a
boolean (Hopper, Container, int, Direction): a, tryTakeInItemFromSlot, method_11261, extract, m_59354_
boolean (Container, ItemStack, int, Direction): a, canPlaceItemInContainer, method_11244, canInsert, func_174920_a
boolean (Container, ItemStack, int, Direction): a, canPlaceItemInContainer, method_11244, canInsert, m_59334_
boolean (Container, ItemStack, int, Direction): b, canTakeItemFromContainer, method_11252, canExtract, func_174921_b
boolean (Container, ItemStack, int, Direction): b, canTakeItemFromContainer, method_11252, canExtract, m_59380_
Container (): l, getAttachedContainer, method_11255, getOutputInventory, func_145895_l
Container (Hopper): b, getSourceContainer, method_11248, getInputInventory, func_145884_b
Container (Level, double, double, double): a, getContainerAt, method_11251, getInventoryAt, func_145893_b
Container (Level, double, double, double): a, getContainerAt, method_11251, getInventoryAt, m_59347_
boolean (ItemStack, ItemStack): a, canMergeItems, method_11254, canMergeItems, func_145894_a
boolean (ItemStack, ItemStack): a, canMergeItems, method_11254, canMergeItems, m_59344_
double (): x, getLevelX, method_11266, getHopperX, func_96107_aA
double (): x, getLevelX, method_11266, getHopperX, m_6343_
double (): z, getLevelY, method_11264, getHopperY, func_96109_aB
double (): z, getLevelY, method_11264, getHopperY, m_6358_
double (): A, getLevelZ, method_11265, getHopperZ, func_96108_aC
double (): A, getLevelZ, method_11265, getHopperZ, m_6446_
void (int): c, setCooldown, method_11238, setCooldown, func_145896_c, setCooldown
void (int): c, setCooldown, method_11238, setCooldown, m_59395_, setCooldown
boolean (): m, isOnCooldown, method_11239, needsCooldown, func_145888_j
boolean (): j, isOnCooldown, method_11239, needsCooldown, m_59407_
boolean (): y, isOnCustomCooldown, method_11242, isDisabled, func_174914_o
boolean (): s, isOnCustomCooldown, method_11242, isDisabled, m_59409_
CompoundTag (CompoundTag): a, save, method_11007, writeNbt, func_189515_b, save
CompoundTag (CompoundTag): b, save, method_11007, writeNbt, m_6945_, save
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer, func_174918_a, addItem
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer, m_59326_, addItem
ItemStack (Container, Container, ItemStack, int, Direction): a, tryMoveInItem, method_11253, transfer, func_174916_c
ItemStack (Container, Container, ItemStack, int, Direction): a, tryMoveInItem, method_11253, transfer, m_59320_
NonNullList<ItemStack> (): f, getItems, method_11282, getInvStackList, func_190576_q
NonNullList<ItemStack> (): f, getItems, method_11282, getInvStackList, m_7086_
boolean (Supplier<Boolean>): a, tryMoveItems, method_11243, insertAndExtract, func_200109_a
boolean (Container, ItemEntity): a, addItem, method_11247, extract, func_200114_a
boolean (Container, ItemEntity): a, addItem, method_11247, extract, m_59331_
List<ItemEntity> (Hopper): c, getItemsAtAndAbove, method_11237, getInputItemEntities, func_200115_c
Container (Level, BlockPos): b, getContainerAt, method_11250, getInventoryAt, func_195484_a
Container (Level, BlockPos): a, getContainerAt, method_11250, getInventoryAt, m_59390_
void (NonNullList<ItemStack>): a, setItems, method_11281, setInvStackList, func_199721_a
void (NonNullList<ItemStack>): a, setItems, method_11281, setInvStackList, m_6520_
void (Entity): a, entityInside, method_11236, onEntityCollided, func_200113_a
Component (): g, getDefaultName, method_17823, getContainerName, func_213907_g, getContainerName
Component (): g, getDefaultName, method_17823, getContainerName, m_6820_, getContainerName
IntStream (Container, Direction): a, getSlots, method_17767, getAvailableSlots, func_213972_a
IntStream (Container, Direction): a, getSlots, method_17767, getAvailableSlots, m_59339_
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler, func_213906_a, createContainer
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler, m_6555_, createContainer
void (BlockState, CompoundTag): a, load, method_11014, fromTag, func_230337_a_, load
void (Level, BlockPos, BlockState, HopperBlockEntity): a, pushItemsTick, method_31692, serverTick, m_155573_
boolean (Level, BlockPos, BlockState, HopperBlockEntity, BooleanSupplier): a, tryMoveItems, method_11243, insertAndExtract, m_155578_
boolean (Level, BlockPos, BlockState, Container): a, ejectItems, method_11246, insert, m_155562_
boolean (Level, Hopper): a, suckInItems, method_11241, extract, m_155552_
Container (Level, BlockPos, BlockState): b, getAttachedContainer, method_11255, getOutputInventory, m_155592_
Container (Level, Hopper): c, getSourceContainer, method_11248, getInputInventory, m_155596_
List<ItemEntity> (Level, Hopper): b, getItemsAtAndAbove, method_11237, getInputItemEntities, m_155589_
void (Level, BlockPos, BlockState, Entity, HopperBlockEntity): a, entityInside, method_11236, onEntityCollided, m_155567_
1.16.5
Names
Fields
Constructors
Methods
CompoundTag (CompoundTag): a, save, method_11007, toTag, func_189515_b, save
CompoundTag (CompoundTag): a, save, method_11007, writeNbt, func_189515_b, save
1.16.4
Names
ccv
ccy
net.minecraft.server.v1_16_R2.TileEntityHopper
net.minecraft.server.v1_16_R3.TileEntityHopper
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
cea
ccv
net.minecraft.server.v1_16_R1.TileEntityHopper
net.minecraft.server.v1_16_R2.TileEntityHopper
Fields
Constructors
Methods
int (): ab_, getContainerSize, method_5439, size, func_70302_i_, getSize
int (): Z_, getContainerSize, method_5439, size, func_70302_i_, getSize
void (): al_, tick, method_16896, tick, func_73660_a, tick
void (): aj_, tick, method_16896, tick, func_73660_a, tick
1.16.1
Names
bxa
cea
net.minecraft.server.v1_15_R1.TileEntityHopper
net.minecraft.server.v1_16_R1.TileEntityHopper
Fields
Constructors
Methods
void (CompoundTag): a, load, method_11014, fromTag, func_145839_a, load
int (): O_, getContainerSize, method_5439, getInvSize, func_70302_i_, getSize
int (): ab_, getContainerSize, method_5439, size, func_70302_i_, getSize
ItemStack (int, int): a, removeItem, method_5434, takeInvStack, func_70298_a, splitStack
ItemStack (int, int): a, removeItem, method_5434, removeStack, func_70298_a, splitStack
void (int, ItemStack): a, setItem, method_5447, setInvStack, func_70299_a, setItem
void (int, ItemStack): a, setItem, method_5447, setStack, func_70299_a, setItem
void (): Z_, tick, method_16896, tick, func_73660_a, tick
void (): al_, tick, method_16896, tick, func_73660_a, tick
boolean (): h, inventoryFull, method_11256, isFull, func_152105_l
boolean (): j, inventoryFull, method_11256, isFull, func_152105_l
boolean (): j, ejectItems, method_11246, insert, func_145883_k
boolean (): k, ejectItems, method_11246, insert, func_145883_k
Container (): k, getAttachedContainer, method_11255, getOutputInventory, func_145895_l
Container (): l, getAttachedContainer, method_11255, getOutputInventory, func_145895_l
double (): z, getLevelX, method_11266, getHopperX, func_96107_aA
double (): x, getLevelX, method_11266, getHopperX, func_96107_aA
double (): A, getLevelY, method_11264, getHopperY, func_96109_aB
double (): z, getLevelY, method_11264, getHopperY, func_96109_aB
double (): B, getLevelZ, method_11265, getHopperZ, func_96108_aC
double (): A, getLevelZ, method_11265, getHopperZ, func_96108_aC
boolean (): l, isOnCooldown, method_11239, needsCooldown, func_145888_j
boolean (): m, isOnCooldown, method_11239, needsCooldown, func_145888_j
boolean (): m, isOnCustomCooldown, method_11242, isDisabled, func_174914_o
boolean (): y, isOnCustomCooldown, method_11242, isDisabled, func_174914_o
CompoundTag (CompoundTag): b, save, method_11007, toTag, func_189515_b, save
CompoundTag (CompoundTag): a, save, method_11007, toTag, func_189515_b, save
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createContainer, func_213906_a, createContainer
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createScreenHandler, func_213906_a, createContainer
void (BlockState, CompoundTag): a, load, method_11014, fromTag, func_230337_a_, load
1.15.2
Names
bwx
bxa
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
bul
bwx
net.minecraft.server.v1_14_R1.TileEntityHopper
net.minecraft.server.v1_15_R1.TileEntityHopper
Fields
Constructors
Methods
int (): M_, getContainerSize, method_5439, getInvSize, func_70302_i_, getSize
int (): O_, getContainerSize, method_5439, getInvSize, func_70302_i_, getSize
void (): T_, tick, method_16896, tick, func_73660_a, tick
void (): Z_, tick, method_16896, tick, func_73660_a, tick
boolean (): h, inventoryEmpty, method_11259, isEmpty, func_152104_k
boolean (): s, inventoryFull, method_11256, isFull, func_152105_l
boolean (): h, inventoryFull, method_11256, isFull, func_152105_l
boolean (): t, ejectItems, method_11246, insert, func_145883_k
boolean (): j, ejectItems, method_11246, insert, func_145883_k
Container (): u, getAttachedContainer, method_11255, getOutputInventory, func_145895_l
Container (): k, getAttachedContainer, method_11255, getOutputInventory, func_145895_l
boolean (): v, isOnCooldown, method_11239, needsCooldown, func_145888_j
boolean (): l, isOnCooldown, method_11239, needsCooldown, func_145888_j
boolean (): x, isOnCustomCooldown, method_11242, isDisabled, func_174914_o
boolean (): m, isOnCustomCooldown, method_11242, isDisabled, func_174914_o
boolean (): c, isEmpty, method_5442, isInvEmpty, func_191420_l, isNotEmpty
Container (Level, BlockPos): a, getContainerAt, method_11250, getInventoryAt, func_195484_a
Container (Level, BlockPos): b, getContainerAt, method_11250, getInventoryAt, func_195484_a
1.14.4
Names
bug
bul
net.minecraft.world.level.block.entity.HopperBlockEntity
Fields
int: j, field_12023, transferCooldown, field_145901_j
int: j, cooldownTime, field_12023, transferCooldown, field_145901_j
NonNullList<ItemStack>: i, field_12024, inventory, field_145900_a, items
NonNullList<ItemStack>: i, items, field_12024, inventory, field_145900_a, items
long: k, field_12022, lastTickTime, field_190578_g
long: k, tickedGameTime, field_12022, lastTickTime, field_190578_g
Constructors
Methods
void (NBTTagCompound): a, method_11014, fromTag, func_145839_a, load
void (CompoundTag): a, load, method_11014, fromTag, func_145839_a, load
int (): M_, method_5439, getInvSize, func_70302_i_, getSize
int (): M_, getContainerSize, method_5439, getInvSize, func_70302_i_, getSize
ItemStack (int, int): a, method_5434, takeInvStack, func_70298_a, splitStack
ItemStack (int, int): a, removeItem, method_5434, takeInvStack, func_70298_a, splitStack
void (int, ItemStack): a, method_5447, setInvStack, func_70299_a, setItem
void (int, ItemStack): a, setItem, method_5447, setInvStack, func_70299_a, setItem
void (): T_, method_16896, tick, func_73660_a, tick
void (): T_, tick, method_16896, tick, func_73660_a, tick
boolean (): h, method_11259, isEmpty, func_152104_k
boolean (): h, inventoryEmpty, method_11259, isEmpty, func_152104_k
boolean (): s, method_11256, isFull, func_152105_l
boolean (): s, inventoryFull, method_11256, isFull, func_152105_l
boolean (): t, method_11246, insert, func_145883_k
boolean (): t, ejectItems, method_11246, insert, func_145883_k
boolean (IInventory, EnumDirection): b, method_11258, isInventoryFull, func_174919_a
boolean (Container, Direction): b, isFullContainer, method_11258, isInventoryFull, func_174919_a
boolean (IInventory, EnumDirection): c, method_11257, isInventoryEmpty, func_174917_b
boolean (Container, Direction): c, isEmptyContainer, method_11257, isInventoryEmpty, func_174917_b
boolean (IHopper): a, method_11241, extract, func_145891_a
boolean (Hopper): a, suckInItems, method_11241, extract, func_145891_a
boolean (IHopper, IInventory, int, EnumDirection): a, method_11261, extract, func_174915_a
boolean (Hopper, Container, int, Direction): a, tryTakeInItemFromSlot, method_11261, extract, func_174915_a
boolean (IInventory, ItemStack, int, EnumDirection): a, method_11244, canInsert, func_174920_a
boolean (Container, ItemStack, int, Direction): a, canPlaceItemInContainer, method_11244, canInsert, func_174920_a
boolean (IInventory, ItemStack, int, EnumDirection): b, method_11252, canExtract, func_174921_b
boolean (Container, ItemStack, int, Direction): b, canTakeItemFromContainer, method_11252, canExtract, func_174921_b
IInventory (): u, method_11255, getOutputInventory, func_145895_l
Container (): u, getAttachedContainer, method_11255, getOutputInventory, func_145895_l
IInventory (IHopper): b, method_11248, getInputInventory, func_145884_b
Container (Hopper): b, getSourceContainer, method_11248, getInputInventory, func_145884_b
IInventory (World, double, double, double): a, method_11251, getInventoryAt, func_145893_b
Container (Level, double, double, double): a, getContainerAt, method_11251, getInventoryAt, func_145893_b
boolean (ItemStack, ItemStack): a, method_11254, canMergeItems, func_145894_a
boolean (ItemStack, ItemStack): a, canMergeItems, method_11254, canMergeItems, func_145894_a
double (): z, method_11266, getHopperX, func_96107_aA
double (): z, getLevelX, method_11266, getHopperX, func_96107_aA
double (): A, method_11264, getHopperY, func_96109_aB
double (): A, getLevelY, method_11264, getHopperY, func_96109_aB
double (): B, method_11265, getHopperZ, func_96108_aC
double (): B, getLevelZ, method_11265, getHopperZ, func_96108_aC
void (int): c, method_11238, setCooldown, func_145896_c, setCooldown
void (int): c, setCooldown, method_11238, setCooldown, func_145896_c, setCooldown
boolean (): v, method_11239, needsCooldown, func_145888_j
boolean (): v, isOnCooldown, method_11239, needsCooldown, func_145888_j
boolean (): x, method_11242, isDisabled, func_174914_o
boolean (): x, isOnCustomCooldown, method_11242, isDisabled, func_174914_o
NBTTagCompound (NBTTagCompound): b, method_11007, toTag, func_189515_b, save
CompoundTag (CompoundTag): b, save, method_11007, toTag, func_189515_b, save
boolean (): c, method_5442, isInvEmpty, func_191420_l, isNotEmpty
boolean (): c, isEmpty, method_5442, isInvEmpty, func_191420_l, isNotEmpty
ItemStack (IInventory, IInventory, ItemStack, EnumDirection): a, method_11260, transfer, func_174918_a, addItem
ItemStack (Container, Container, ItemStack, Direction): a, addItem, method_11260, transfer, func_174918_a, addItem
ItemStack (IInventory, IInventory, ItemStack, int, EnumDirection): a, method_11253, transfer, func_174916_c
ItemStack (Container, Container, ItemStack, int, Direction): a, tryMoveInItem, method_11253, transfer, func_174916_c
NonNullList<ItemStack> (): f, method_11282, getInvStackList, func_190576_q
NonNullList<ItemStack> (): f, getItems, method_11282, getInvStackList, func_190576_q
boolean (Supplier<Boolean>): a, method_11243, insertAndExtract, func_200109_a
boolean (Supplier<Boolean>): a, tryMoveItems, method_11243, insertAndExtract, func_200109_a
boolean (IInventory, EntityItem): a, method_11247, extract, func_200114_a
boolean (Container, ItemEntity): a, addItem, method_11247, extract, func_200114_a
List<EntityItem> (IHopper): c, method_11237, getInputItemEntities, func_200115_c
List<ItemEntity> (Hopper): c, getItemsAtAndAbove, method_11237, getInputItemEntities, func_200115_c
IInventory (World, BlockPosition): a, method_11250, getInventoryAt, func_195484_a
Container (Level, BlockPos): a, getContainerAt, method_11250, getInventoryAt, func_195484_a
void (NonNullList<ItemStack>): a, method_11281, setInvStackList, func_199721_a
void (NonNullList<ItemStack>): a, setItems, method_11281, setInvStackList, func_199721_a
void (Entity): a, method_11236, onEntityCollided, func_200113_a
void (Entity): a, entityInside, method_11236, onEntityCollided, func_200113_a
IChatBaseComponent (): g, method_17823, getContainerName, func_213907_g, getContainerName
Component (): g, getDefaultName, method_17823, getContainerName, func_213907_g, getContainerName
IntStream (IInventory, EnumDirection): a, method_17767, getAvailableSlots, func_213972_a
IntStream (Container, Direction): a, getSlots, method_17767, getAvailableSlots, func_213972_a
Container (int, PlayerInventory): a, method_5465, createContainer, func_213906_a, createContainer
AbstractContainerMenu (int, Inventory): a, createMenu, method_5465, createContainer, func_213906_a, createContainer
1.14.3
Names
buc
bug
net.minecraft.block.entity.HopperBlockEntity
Fields
int: j, field_12023, field_145901_j
int: j, field_12023, transferCooldown, field_145901_j
NonNullList<ItemStack>: i, field_12024, field_145900_a, items
NonNullList<ItemStack>: i, field_12024, inventory, field_145900_a, items
long: k, field_12022, field_190578_g
long: k, field_12022, lastTickTime, field_190578_g
Constructors
Methods
void (NBTTagCompound): a, method_11014, func_145839_a, load
void (NBTTagCompound): a, method_11014, fromTag, func_145839_a, load
int (): N_, method_5439, func_70302_i_, getSize
int (): M_, method_5439, getInvSize, func_70302_i_, getSize
ItemStack (int, int): a, method_5434, func_70298_a, splitStack
ItemStack (int, int): a, method_5434, takeInvStack, func_70298_a, splitStack
void (int, ItemStack): a, method_5447, func_70299_a, setItem
void (int, ItemStack): a, method_5447, setInvStack, func_70299_a, setItem
void (): U_, method_16896, func_73660_a, tick
void (): T_, method_16896, tick, func_73660_a, tick
boolean (): h, method_11259, func_152104_k
boolean (): h, method_11259, isEmpty, func_152104_k
boolean (): s, method_11256, func_152105_l
boolean (): s, method_11256, isFull, func_152105_l
boolean (): t, method_11246, func_145883_k
boolean (): t, method_11246, insert, func_145883_k
boolean (IInventory, EnumDirection): b, method_11258, func_174919_a
boolean (IInventory, EnumDirection): b, method_11258, isInventoryFull, func_174919_a
boolean (IInventory, EnumDirection): c, method_11257, func_174917_b
boolean (IInventory, EnumDirection): c, method_11257, isInventoryEmpty, func_174917_b
boolean (IHopper): a, method_11241, func_145891_a
boolean (IHopper): a, method_11241, extract, func_145891_a
boolean (IHopper, IInventory, int, EnumDirection): a, method_11261, func_174915_a
boolean (IHopper, IInventory, int, EnumDirection): a, method_11261, extract, func_174915_a
boolean (IInventory, ItemStack, int, EnumDirection): a, method_11244, func_174920_a
boolean (IInventory, ItemStack, int, EnumDirection): a, method_11244, canInsert, func_174920_a
boolean (IInventory, ItemStack, int, EnumDirection): b, method_11252, func_174921_b
boolean (IInventory, ItemStack, int, EnumDirection): b, method_11252, canExtract, func_174921_b
IInventory (): u, method_11255, func_145895_l
IInventory (): u, method_11255, getOutputInventory, func_145895_l
IInventory (IHopper): b, method_11248, func_145884_b
IInventory (IHopper): b, method_11248, getInputInventory, func_145884_b
IInventory (World, double, double, double): a, method_11251, func_145893_b
IInventory (World, double, double, double): a, method_11251, getInventoryAt, func_145893_b
boolean (ItemStack, ItemStack): a, method_11254, func_145894_a
boolean (ItemStack, ItemStack): a, method_11254, canMergeItems, func_145894_a
double (): z, method_11266, func_96107_aA
double (): z, method_11266, getHopperX, func_96107_aA
double (): A, method_11264, func_96109_aB
double (): A, method_11264, getHopperY, func_96109_aB
double (): B, method_11265, func_96108_aC
double (): B, method_11265, getHopperZ, func_96108_aC
void (int): c, method_11238, func_145896_c, setCooldown
void (int): c, method_11238, setCooldown, func_145896_c, setCooldown
boolean (): v, method_11239, func_145888_j
boolean (): v, method_11239, needsCooldown, func_145888_j
boolean (): x, method_11242, func_174914_o
boolean (): x, method_11242, isDisabled, func_174914_o
NBTTagCompound (NBTTagCompound): b, method_11007, func_189515_b, save
NBTTagCompound (NBTTagCompound): b, method_11007, toTag, func_189515_b, save
boolean (): c, method_5442, func_191420_l, isNotEmpty
boolean (): c, method_5442, isInvEmpty, func_191420_l, isNotEmpty
ItemStack (IInventory, IInventory, ItemStack, EnumDirection): a, method_11260, func_174918_a, addItem
ItemStack (IInventory, IInventory, ItemStack, EnumDirection): a, method_11260, transfer, func_174918_a, addItem
ItemStack (IInventory, IInventory, ItemStack, int, EnumDirection): a, method_11253, func_174916_c
ItemStack (IInventory, IInventory, ItemStack, int, EnumDirection): a, method_11253, transfer, func_174916_c
NonNullList<ItemStack> (): f, method_11282, func_190576_q
NonNullList<ItemStack> (): f, method_11282, getInvStackList, func_190576_q
boolean (Supplier<Boolean>): a, method_11243, func_200109_a
boolean (Supplier<Boolean>): a, method_11243, insertAndExtract, func_200109_a
boolean (IInventory, EntityItem): a, method_11247, func_200114_a
boolean (IInventory, EntityItem): a, method_11247, extract, func_200114_a
List<EntityItem> (IHopper): c, method_11237, func_200115_c
List<EntityItem> (IHopper): c, method_11237, getInputItemEntities, func_200115_c
IInventory (World, BlockPosition): a, method_11250, func_195484_a
IInventory (World, BlockPosition): a, method_11250, getInventoryAt, func_195484_a
void (NonNullList<ItemStack>): a, method_11281, func_199721_a
void (NonNullList<ItemStack>): a, method_11281, setInvStackList, func_199721_a
void (Entity): a, method_11236, func_200113_a
void (Entity): a, method_11236, onEntityCollided, func_200113_a
IChatBaseComponent (): g, method_17823, func_213907_g, getContainerName
IChatBaseComponent (): g, method_17823, getContainerName, func_213907_g, getContainerName
IntStream (IInventory, EnumDirection): a, method_17767, func_213972_a
IntStream (IInventory, EnumDirection): a, method_17767, getAvailableSlots, func_213972_a
Container (int, PlayerInventory): a, method_5465, func_213906_a, createContainer
Container (int, PlayerInventory): a, method_5465, createContainer, func_213906_a, createContainer
1.14.2
Names
Fields
Constructors
Methods
boolean (): s, method_11259, func_152104_k
boolean (): h, method_11259, func_152104_k
boolean (): t, method_11256, func_152105_l
boolean (): s, method_11256, func_152105_l
boolean (): u, method_11246, func_145883_k
boolean (): t, method_11246, func_145883_k
IInventory (): v, method_11255, func_145895_l
IInventory (): u, method_11255, func_145895_l
boolean (): x, method_11239, func_145888_j
boolean (): v, method_11239, func_145888_j
boolean (): y, method_11242, func_174914_o
boolean (): x, method_11242, func_174914_o
1.14.1
Names
bub
buc
Fields
Constructors
Methods
boolean (): r, method_11259, func_152104_k
boolean (): s, method_11259, func_152104_k
boolean (): s, method_11256, func_152105_l
boolean (): t, method_11256, func_152105_l
boolean (): t, method_11246, func_145883_k
boolean (): u, method_11246, func_145883_k
IInventory (): u, method_11255, func_145895_l
IInventory (): v, method_11255, func_145895_l
boolean (): v, method_11239, func_145888_j
boolean (): x, method_11239, func_145888_j
boolean (): x, method_11242, func_174914_o
boolean (): y, method_11242, func_174914_o
1.14
Names
bjw
bub
net.minecraft.class_2614
net.minecraft.tileentity.TileEntityHopper
net.minecraft.tileentity.HopperTileEntity
net.minecraft.server.v1_13_R2.TileEntityHopper
net.minecraft.server.v1_14_R1.TileEntityHopper
Fields
int: f, field_145901_j
int: j, field_12023, field_145901_j
NonNullList<ItemStack>: e, field_145900_a, items
NonNullList<ItemStack>: i, field_12024, field_145900_a, items
long: j, field_190578_g
long: k, field_12022, field_190578_g
Constructors
Methods
void (NBTTagCompound): b, func_145839_a, load
void (NBTTagCompound): a, method_11014, func_145839_a, load
int (): T_, func_70302_i_, getSize
int (): N_, method_5439, func_70302_i_, getSize
ItemStack (int, int): a, func_70298_a, splitStack
ItemStack (int, int): a, method_5434, func_70298_a, splitStack
void (int, ItemStack): a, func_70299_a, setItem
void (int, ItemStack): a, method_5447, func_70299_a, setItem
int (): f, func_70297_j_, getMaxStackSize
void (): Y_, func_73660_a, tick
void (): U_, method_16896, func_73660_a, tick
boolean (): p, func_152104_k
boolean (): r, method_11259, func_152104_k
boolean (): r, func_152105_l
boolean (): s, method_11256, func_152105_l
boolean (): s, func_145883_k
boolean (): t, method_11246, func_145883_k
boolean (IInventory, EnumDirection): a, func_174919_a
boolean (IInventory, EnumDirection): b, method_11258, func_174919_a
boolean (IInventory, EnumDirection): b, func_174917_b
boolean (IInventory, EnumDirection): c, method_11257, func_174917_b
boolean (IHopper): a, func_145891_a
boolean (IHopper): a, method_11241, func_145891_a
boolean (IHopper, IInventory, int, EnumDirection): a, func_174915_a
boolean (IHopper, IInventory, int, EnumDirection): a, method_11261, func_174915_a
boolean (IInventory, ItemStack, int, EnumDirection): a, func_174920_a
boolean (IInventory, ItemStack, int, EnumDirection): a, method_11244, func_174920_a
boolean (IInventory, ItemStack, int, EnumDirection): b, func_174921_b
boolean (IInventory, ItemStack, int, EnumDirection): b, method_11252, func_174921_b
IInventory (): D, func_145895_l
IInventory (): u, method_11255, func_145895_l
IInventory (IHopper): b, func_145884_b
IInventory (IHopper): b, method_11248, func_145884_b
IInventory (World, double, double, double): a, func_145893_b
IInventory (World, double, double, double): a, method_11251, func_145893_b
boolean (ItemStack, ItemStack): a, func_145894_a
boolean (ItemStack, ItemStack): a, method_11254, func_145894_a
double (): G, func_96107_aA
double (): z, method_11266, func_96107_aA
double (): H, func_96109_aB
double (): A, method_11264, func_96109_aB
double (): I, func_96108_aC
double (): B, method_11265, func_96108_aC
void (int): d, func_145896_c, setCooldown
void (int): c, method_11238, func_145896_c, setCooldown
boolean (): E, func_145888_j
boolean (): v, method_11239, func_145888_j
boolean (): J, func_174914_o
boolean (): x, method_11242, func_174914_o
String (): l, func_174875_k, getContainerName
Container (PlayerInventory, EntityHuman): a, func_174876_a, createContainer
NBTTagCompound (NBTTagCompound): a, func_189515_b, save
NBTTagCompound (NBTTagCompound): b, method_11007, func_189515_b, save
boolean (): P_, func_191420_l
boolean (): c, method_5442, func_191420_l, isNotEmpty
ItemStack (IInventory, IInventory, ItemStack, EnumDirection): a, func_174918_a, addItem
ItemStack (IInventory, IInventory, ItemStack, EnumDirection): a, method_11260, func_174918_a, addItem
ItemStack (IInventory, IInventory, ItemStack, int, EnumDirection): a, func_174916_c
ItemStack (IInventory, IInventory, ItemStack, int, EnumDirection): a, method_11253, func_174916_c
NonNullList<ItemStack> (): q, func_190576_q
NonNullList<ItemStack> (): f, method_11282, func_190576_q
IChatBaseComponent (): N_, func_200200_C_, getDisplayName
boolean (Supplier<Boolean>): a, func_200109_a
boolean (Supplier<Boolean>): a, method_11243, func_200109_a
boolean (IInventory, EntityItem): a, func_200114_a
boolean (IInventory, EntityItem): a, method_11247, func_200114_a
List<EntityItem> (IHopper): c, func_200115_c
List<EntityItem> (IHopper): c, method_11237, func_200115_c
IInventory (World, BlockPosition): a, func_195484_a
IInventory (World, BlockPosition): a, method_11250, func_195484_a
void (NonNullList<ItemStack>): a, func_199721_a
void (NonNullList<ItemStack>): a, method_11281, func_199721_a
void (Entity): a, func_200113_a
void (Entity): a, method_11236, func_200113_a
IChatBaseComponent (): g, method_17823, func_213907_g, getContainerName
IntStream (IInventory, EnumDirection): a, method_17767, func_213972_a
Container (int, PlayerInventory): a, method_5465, func_213906_a, createContainer
1.13.2
Names
bjv
bjw
Fields
Constructors
Methods
void (): Y_, func_73660_a
void (): Y_, func_73660_a, tick
1.13.1
Names
bjn
bjv
net.minecraft.server.v1_13_R1.TileEntityHopper
net.minecraft.server.v1_13_R2.TileEntityHopper
Fields
Constructors
Methods
1.13
Names
avw
bjn
net.minecraft.server.v1_12_R1.TileEntityHopper
net.minecraft.server.v1_13_R1.TileEntityHopper
Fields
NonNullList<ItemStack>: a, field_145900_a, items
NonNullList<ItemStack>: e, field_145900_a, items
long: g, field_190578_g
long: j, field_190578_g
Constructors
Methods
void (NBTTagCompound): a, func_145839_a, load
void (NBTTagCompound): b, func_145839_a, load
int (): w_, func_70302_i_, getSize
int (): T_, func_70302_i_, getSize
String (): h_, func_70005_c_, getName
int (): z_, func_70297_j_, getMaxStackSize
int (): f, func_70297_j_, getMaxStackSize
void (): e, func_73660_a
void (): Y_, func_73660_a
boolean (): o, func_145887_i
IInventory (): I, func_145895_l
IInventory (): D, func_145895_l
IInventory (World, double, double, double): b, func_145893_b
IInventory (World, double, double, double): a, func_145893_b
double (): E, func_96107_aA
double (): G, func_96107_aA
double (): F, func_96109_aB
double (): H, func_96109_aB
double (): G, func_96108_aC
double (): I, func_96108_aC
boolean (): J, func_145888_j
boolean (): E, func_145888_j
boolean (): K, func_174914_o
boolean (): J, func_174914_o
List<EntityItem> (World, double, double, double): a, func_184292_a
NBTTagCompound (NBTTagCompound): b, func_189515_b, save
NBTTagCompound (NBTTagCompound): a, func_189515_b, save
void (DataConverterManager): a, func_189683_a
boolean (): x_, func_191420_l
boolean (): P_, func_191420_l
boolean (IInventory, IInventory, EntityItem): a, func_145898_a
IChatBaseComponent (): N_, func_200200_C_, getDisplayName
boolean (Supplier<Boolean>): a, func_200109_a
boolean (IInventory, EntityItem): a, func_200114_a
List<EntityItem> (IHopper): c, func_200115_c
IInventory (World, BlockPosition): a, func_195484_a
void (NonNullList<ItemStack>): a, func_199721_a
void (Entity): a, func_200113_a
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
avu
avw
Fields
Constructors
Methods
void (NBTTagCompound): a, func_145839_a
void (NBTTagCompound): a, func_145839_a, load
1.12
Names
asp
avu
net.minecraft.server.v1_11_R1.TileEntityHopper
net.minecraft.server.v1_12_R1.TileEntityHopper
Fields
Constructors
Methods
int (): v_, func_70302_i_, getSize
int (): w_, func_70302_i_, getSize
int (): y_, func_70297_j_, getMaxStackSize
int (): z_, func_70297_j_, getMaxStackSize
void (): F_, func_73660_a
void (): e, func_73660_a
boolean (): w_, func_191420_l
boolean (): x_, func_191420_l
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
asn
asp
Fields
Constructors
Methods
1.11
Names
aqx
asn
net.minecraft.server.v1_10_R1.TileEntityHopper
net.minecraft.server.v1_11_R1.TileEntityHopper
Fields
ItemStack[]: a, field_145900_a, items
String: f, field_145902_i
int: g, field_145901_j
int: f, field_145901_j
NonNullList<ItemStack>: a, field_145900_a, items
long: g, field_190578_g
Constructors
Methods
int (): u_, func_70302_i_, getSize
int (): v_, func_70302_i_, getSize
ItemStack (int): a, func_70301_a, getItem
ItemStack (int): b, func_70304_b, splitWithoutUpdate
boolean (): n_, func_145818_k_, hasCustomName
void (String): a, func_145886_a
int (): w_, func_70297_j_, getMaxStackSize
int (): y_, func_70297_j_, getMaxStackSize
boolean (EntityHuman): a, func_70300_a
void (EntityHuman): b, func_174889_b, startOpen
void (EntityHuman): c, func_174886_c, closeContainer
boolean (int, ItemStack): b, func_94041_b
void (): E_, func_73660_a
void (): F_, func_73660_a
boolean (): m, func_145887_i
boolean (): o, func_145887_i
boolean (): q, func_152104_k
boolean (): p, func_152104_k
boolean (): H, func_145883_k
boolean (): s, func_145883_k
boolean (IInventory, EntityItem): a, func_145898_a
ItemStack (IInventory, ItemStack, EnumDirection): a, func_174918_a, addItem
ItemStack (IInventory, ItemStack, int, EnumDirection): c, func_174916_c
boolean (): o, func_145888_j
boolean (): J, func_145888_j
boolean (): p, func_174914_o
boolean (): K, func_174914_o
String (): k, func_174875_k, getContainerName
String (): l, func_174875_k, getContainerName
int (int): c_, func_174887_a_, getProperty
void (int, int): b, func_174885_b, setProperty
int (): g, func_174890_g
void (): l, func_174888_l
boolean (): w_, func_191420_l
boolean (IInventory, IInventory, EntityItem): a, func_145898_a
ItemStack (IInventory, IInventory, ItemStack, EnumDirection): a, func_174918_a, addItem
ItemStack (IInventory, IInventory, ItemStack, int, EnumDirection): a, func_174916_c
NonNullList<ItemStack> (): q, func_190576_q
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
aqi
aqx
net.minecraft.server.v1_9_R2.TileEntityHopper
net.minecraft.server.v1_10_R1.TileEntityHopper
Fields
Constructors
Methods
boolean (): o_, func_145818_k_, hasCustomName
boolean (): n_, func_145818_k_, hasCustomName
void (): c, func_73660_a
void (): E_, func_73660_a
void (DataConverterManager): a, func_189683_a
1.9.4
Names
net.minecraft.server.v1_9_R1.TileEntityHopper
net.minecraft.server.v1_9_R2.TileEntityHopper
Fields
Constructors
Methods
void (NBTTagCompound): b, func_145841_b, save
NBTTagCompound (NBTTagCompound): b, func_189515_b, save
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
alj
aqi
net.minecraft.server.v1_8_R3.TileEntityHopper
net.minecraft.server.v1_9_R1.TileEntityHopper
Fields
Constructors
Methods
void (NBTTagCompound): b, func_145841_b
void (NBTTagCompound): b, func_145841_b, save
void (): p_, func_70296_d, update
int (): o_, func_70302_i_, getSize
int (): u_, func_70302_i_, getSize
String (): e_, func_70005_c_, getName
String (): h_, func_70005_c_, getName
boolean (): l_, func_145818_k_, hasCustomName
boolean (): o_, func_145818_k_, hasCustomName
int (): q_, func_70297_j_, getMaxStackSize
int (): w_, func_70297_j_, getMaxStackSize
boolean (): p, func_152104_k
boolean (): q, func_152104_k
boolean (): q, func_152105_l
boolean (): r, func_152105_l
boolean (): r, func_145883_k
boolean (): H, func_145883_k
IInventory (): H, func_145895_l
IInventory (): I, func_145895_l
List<EntityItem> (World, double, double, double): a, func_181556_a
double (): A, func_96107_aA
double (): E, func_96107_aA
double (): B, func_96109_aB
double (): F, func_96109_aB
double (): C, func_96108_aC
double (): G, func_96108_aC
void (int): d, func_145896_c
void (int): d, func_145896_c, setCooldown
boolean (): n, func_145888_j
boolean (): o, func_145888_j
boolean (): o, func_174914_o
boolean (): p, func_174914_o
int (int): a_, func_174887_a_, getProperty
int (int): c_, func_174887_a_, getProperty
void (int, int): b, func_174885_b
void (int, int): b, func_174885_b, setProperty
List<EntityItem> (World, double, double, double): a, func_184292_a
1.8.8
Names
alj
net.minecraft.tileentity.TileEntityHopper
net.minecraft.server.v1_8_R3.TileEntityHopper
Fields
ItemStack[]: a, field_145900_a, items
String: f, field_145902_i
int: g, field_145901_j
Constructors
()
Methods
void (NBTTagCompound): a, func_145839_a
void (NBTTagCompound): b, func_145841_b
void (): p_, func_70296_d, update
int (): o_, func_70302_i_, getSize
ItemStack (int): a, func_70301_a, getItem
ItemStack (int, int): a, func_70298_a, splitStack
ItemStack (int): b, func_70304_b, splitWithoutUpdate
void (int, ItemStack): a, func_70299_a, setItem
String (): e_, func_70005_c_, getName
boolean (): l_, func_145818_k_, hasCustomName
void (String): a, func_145886_a
int (): q_, func_70297_j_, getMaxStackSize
boolean (EntityHuman): a, func_70300_a
void (EntityHuman): b, func_174889_b, startOpen
void (EntityHuman): c, func_174886_c, closeContainer
boolean (int, ItemStack): b, func_94041_b
void (): c, func_73660_a
boolean (): m, func_145887_i
boolean (): p, func_152104_k
boolean (): q, func_152105_l
boolean (): r, func_145883_k
boolean (IInventory, EnumDirection): a, func_174919_a
boolean (IInventory, EnumDirection): b, func_174917_b
boolean (IHopper): a, func_145891_a
boolean (IHopper, IInventory, int, EnumDirection): a, func_174915_a
boolean (IInventory, EntityItem): a, func_145898_a
ItemStack (IInventory, ItemStack, EnumDirection): a, func_174918_a, addItem
boolean (IInventory, ItemStack, int, EnumDirection): a, func_174920_a
boolean (IInventory, ItemStack, int, EnumDirection): b, func_174921_b
ItemStack (IInventory, ItemStack, int, EnumDirection): c, func_174916_c
IInventory (): H, func_145895_l
IInventory (IHopper): b, func_145884_b
List<EntityItem> (World, double, double, double): a, func_181556_a
IInventory (World, double, double, double): b, func_145893_b
boolean (ItemStack, ItemStack): a, func_145894_a
double (): A, func_96107_aA
double (): B, func_96109_aB
double (): C, func_96108_aC
void (int): d, func_145896_c
boolean (): n, func_145888_j
boolean (): o, func_174914_o
String (): k, func_174875_k, getContainerName
Container (PlayerInventory, EntityHuman): a, func_174876_a, createContainer
int (int): a_, func_174887_a_, getProperty
void (int, int): b, func_174885_b
int (): g, func_174890_g
void (): l, func_174888_l