net.minecraft.server.v1_14_R1

public abstract class TileEntityFurnace

extends TileEntityContainer implements IWorldInventory, RecipeHolder, AutoRecipeOutput, ITickable

All mapped superinterfaces:

IInventory, Clearable, ITileInventory, ITileEntityContainer, INamableTileEntity, IWorldInventory, RecipeHolder, AutoRecipeOutput, ITickable

bti
net.minecraft.class_2609
net.minecraft.block.entity.AbstractFurnaceBlockEntity
net.minecraft.tileentity.AbstractFurnaceTileEntity
net.minecraft.server.v1_14_R1.TileEntityFurnace

Field summary

Modifier and TypeField
private static final int[]
g
field_11987
TOP_SLOTS
field_214015_g
private static final int[]
h
field_11982
BOTTOM_SLOTS
field_214016_h
private static final int[]
i
field_11983
SIDE_SLOTS
field_214017_i
protected NonNullList<ItemStack>
a
field_11984
inventory
field_214012_a
items
private int
j
field_11981
burnTime
field_214018_j
burnTime
private int
k
field_11980
fuelTime
field_214019_k
ticksForCurrentFuel
private int
l
field_11989
cookTime
field_214020_l
cookTime
private int
m
field_11988
cookTimeTotal
field_214021_m
cookTimeTotal
protected final IContainerProperties
b
field_17374
propertyDelegate
field_214013_b
private final Map<MinecraftKey, Integer>
n
field_11986
recipesUsed
field_214022_n
protected final Recipes<? extends RecipeCooking>
c
field_17582
recipeType
field_214014_c

Constructor summary

ModifierConstructor
protected (TileEntityTypes<?> arg0, Recipes<? extends RecipeCooking> arg1)

Method summary

Modifier and TypeMethod
public static Map<Item, Integer>
f()
method_11196()
createFuelTimeMap()
func_214001_f()
private static void
a(Map<bbz, Integer> arg0, ze<bbz> arg1, int arg2)
method_11194(Map<class_1792, Integer> arg0, class_3494<class_1792> arg1, int arg2)
addFuel(Map<Item, Integer> arg0, Tag<Item> arg1, int arg2)
func_213992_a(Map<Item, Integer> arg0, Tag<Item> arg1, int arg2)
private static void
a(Map<bbz, Integer> arg0, bhl arg1, int arg2)
method_11202(Map<class_1792, Integer> arg0, class_1935 arg1, int arg2)
addFuel(Map<Item, Integer> arg0, ItemConvertible arg1, int arg2)
func_213996_a(Map<Item, Integer> arg0, IItemProvider arg1, int arg2)
private boolean
s()
method_11201()
isBurning()
func_214006_r()
isBurning()
public void
a(ic arg0)
method_11014(class_2487 arg0)
fromTag(CompoundTag arg0)
func_145839_a(CompoundNBT arg0)
load(NBTTagCompound arg0)
public NBTTagCompound
b(ic arg0)
method_11007(class_2487 arg0)
toTag(CompoundTag arg0)
func_189515_b(CompoundNBT arg0)
save(NBTTagCompound arg0)
public void
T_()
method_16896()
tick()
func_73660_a()
tick()
protected boolean
b(bem<?> arg0)
method_11192(class_1860<?> arg0)
canAcceptRecipeOutput(Recipe<?> arg0)
func_214008_b(IRecipe<?> arg0)
canBurn(IRecipe<?> arg0)
private void
c(bem<?> arg0)
method_11203(class_1860<?> arg0)
craftRecipe(Recipe<?> arg0)
func_214007_c(IRecipe<?> arg0)
burn(IRecipe<?> arg0)
protected int
a(bce arg0)
method_11200(class_1799 arg0)
getFuelTime(ItemStack arg0)
func_213997_a(ItemStack arg0)
fuelTime(ItemStack arg0)
protected int
h()
method_17029()
getCookTime()
func_214005_h()
getRecipeCookingTime()
public static boolean
b(bce arg0)
method_11195(class_1799 arg0)
canUseAsFuel(ItemStack arg0)
func_213991_b(ItemStack arg0)
isFuel(ItemStack arg0)
public int[]
a(fa arg0)
method_5494(class_2350 arg0)
getInvAvailableSlots(Direction arg0)
func_180463_a(Direction arg0)
getSlotsForFace(EnumDirection arg0)
public boolean
a(int arg0, bce arg1, fa arg2)
method_5492(int arg0, class_1799 arg1, class_2350 arg2)
canInsertInvStack(int arg0, ItemStack arg1, Direction arg2)
func_180462_a(int arg0, ItemStack arg1, Direction arg2)
canPlaceItemThroughFace(int arg0, ItemStack arg1, EnumDirection arg2)
public boolean
b(int arg0, bce arg1, fa arg2)
method_5493(int arg0, class_1799 arg1, class_2350 arg2)
canExtractInvStack(int arg0, ItemStack arg1, Direction arg2)
func_180461_b(int arg0, ItemStack arg1, Direction arg2)
canTakeItemThroughFace(int arg0, ItemStack arg1, EnumDirection arg2)
public int
M_()
method_5439()
getInvSize()
func_70302_i_()
getSize()
public boolean
c()
method_5442()
isInvEmpty()
func_191420_l()
isNotEmpty()
public ItemStack
a(int arg0)
method_5438(int arg0)
getInvStack(int arg0)
func_70301_a(int arg0)
getItem(int arg0)
public ItemStack
a(int arg0, int arg1)
method_5434(int arg0, int arg1)
takeInvStack(int arg0, int arg1)
func_70298_a(int arg0, int arg1)
splitStack(int arg0, int arg1)
public ItemStack
b(int arg0)
method_5441(int arg0)
removeInvStack(int arg0)
func_70304_b(int arg0)
splitWithoutUpdate(int arg0)
public void
a(int arg0, bce arg1)
method_5447(int arg0, class_1799 arg1)
setInvStack(int arg0, ItemStack arg1)
func_70299_a(int arg0, ItemStack arg1)
setItem(int arg0, ItemStack arg1)
public boolean
a(awb arg0)
method_5443(class_1657 arg0)
canPlayerUseInv(PlayerEntity arg0)
func_70300_a(PlayerEntity arg0)
public boolean
b(int arg0, bce arg1)
method_5437(int arg0, class_1799 arg1)
isValidInvStack(int arg0, ItemStack arg1)
func_94041_b(int arg0, ItemStack arg1)
public void
L_()
method_5448()
clear()
func_174888_l()
clear()
public void
a(bem<?> arg0)
method_7662(class_1860<?> arg0)
setLastRecipe(Recipe<?> arg0)
func_193056_a(IRecipe<?> arg0)
public IRecipe<?>
U_()
method_7663()
getLastRecipe()
func_193055_i()
public void
b(awb arg0)
method_7664(class_1657 arg0)
unlockLastRecipe(PlayerEntity arg0)
func_201560_d(PlayerEntity arg0)
public void
d(awb arg0)
method_17763(class_1657 arg0)
dropExperience(PlayerEntity arg0)
func_213995_d(PlayerEntity arg0)
private static void
a(awb arg0, int arg1, float arg2)
method_17760(class_1657 arg0, int arg1, float arg2)
dropExperience(PlayerEntity arg0, int arg1, float arg2)
func_214003_a(PlayerEntity arg0, int arg1, float arg2)
public void
a(awd arg0)
method_7683(class_1662 arg0)
provideRecipeInputs(RecipeFinder arg0)
func_194018_a(RecipeItemHelper arg0)