net.minecraft.block.entity

public abstract class LootInventoryBlockEntity

extends InventoryBlockEntity implements Lootable

All mapped superinterfaces:

LockableMenuProvider, Inventory, Nameable, MenuProvider, Lootable

ast
net.minecraft.class_2737
net.minecraft.block.entity.LootInventoryBlockEntity
net.minecraft.tileentity.TileEntityLockableLoot

Field summary

Modifier and TypeField
protected Identifier
m
field_12852
lootTableId
lootTable
protected long
n
field_12853
lootTableSeed
lootTableSeed
protected String
o
field_15157
customName
customName

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected boolean
c(du arg0)
method_11661(class_322 arg0)
readLootTable(NbtCompound nbt)
checkLootAndRead(NBTTagCompound compound)
protected boolean
d(du arg0)
method_11663(class_322 arg0)
writeLootTable(NbtCompound nbt)
checkLootAndWrite(NBTTagCompound compound)
public void
d(aay arg0)
method_11662(class_988 arg0)
unpackLoot(PlayerEntity player)
fillWithLoot(EntityPlayer player)
public Identifier
b()
method_12936()
getLootTableId()
getLootTable()
public void
a(kq arg0, long arg1)
method_11660(class_1653 arg0, long arg1)
setLootTable(Identifier id, long seed)
setLootTable(ResourceLocation arg0, long arg1)
public boolean
n_()
method_5339()
hasCustomName()
hasCustomName()
public void
a(String arg0)
method_13729(String arg0)
setCustomName(String customName)
setCustomName(String arg0)
public ItemStack
a(int arg0)
method_2381(int arg0)
getItem(int arg0)
getStackInSlot(int arg0)
public ItemStack
a(int arg0, int arg1)
method_2382(int arg0, int arg1)
removeItem(int arg0, int arg1)
decrStackSize(int arg0, int arg1)
public ItemStack
b(int arg0)
method_2386(int arg0)
removeItemQuietly(int arg0)
removeStackFromSlot(int arg0)
public void
a(int arg0, afj arg1)
method_2383(int arg0, class_1071 arg1)
setItem(int arg0, ItemStack arg1)
setInventorySlotContents(int arg0, ItemStack arg1)
public boolean
a(aay arg0)
method_2384(class_988 arg0)
isValid(PlayerEntity arg0)
isUsableByPlayer(EntityPlayer arg0)
public void
b(aay arg0)
method_10894(class_988 arg0)
onOpen(PlayerEntity arg0)
openInventory(EntityPlayer arg0)
public void
c(aay arg0)
method_10895(class_988 arg0)
onClose(PlayerEntity arg0)
closeInventory(EntityPlayer arg0)
public boolean
b(int arg0, afj arg1)
method_5338(int arg0, class_1071 arg1)
isItemAllowed(int arg0, ItemStack arg1)
isItemValidForSlot(int arg0, ItemStack arg1)
public int
c_(int arg0)
method_10892(int arg0)
getData(int arg0)
getField(int arg0)
public void
b(int arg0, int arg1)
method_10893(int arg0, int arg1)
setData(int arg0, int arg1)
setField(int arg0, int arg1)
public int
h()
method_10896()
getDataSize()
getFieldCount()
public void
m()
method_10897()
clear()
clear()
protected abstract DefaultedList<ItemStack>
q()
method_13730()
getInventory()
getItems()