Class TileEntityFurnace

java.lang.Object
net.minecraft.tileentity.TileEntityBase
net.minecraft.tileentity.TileEntityFurnace
All Implemented Interfaces:
InventoryBase

public class TileEntityFurnace extends TileEntityBase implements InventoryBase
Mappings:
Namespace Name
intermediary net/minecraft/class_138
glue class_446
server ln
client sk
named net/minecraft/tileentity/TileEntityFurnace
  • Field Details

    • inventory

      private ItemInstance[] inventory
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1569 Lnet/minecraft/class_138;field_1569:[Lnet/minecraft/class_31;
      glue field_1742 Lclass_446;field_1742:[Lclass_224;
      server i Lln;i:[Lfy;
      client i Lsk;i:[Liz;
      named inventory Lnet/minecraft/tileentity/TileEntityFurnace;inventory:[Lnet/minecraft/item/ItemInstance;
    • burnTime

      public int burnTime
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1566 Lnet/minecraft/class_138;field_1566:I
      glue field_1739 Lclass_446;field_1739:I
      server a Lln;a:I
      client a Lsk;a:I
      named burnTime Lnet/minecraft/tileentity/TileEntityFurnace;burnTime:I
    • fuelTime

      public int fuelTime
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1567 Lnet/minecraft/class_138;field_1567:I
      glue field_1740 Lclass_446;field_1740:I
      server b Lln;b:I
      client b Lsk;b:I
      named fuelTime Lnet/minecraft/tileentity/TileEntityFurnace;fuelTime:I
    • cookTime

      public int cookTime
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1568 Lnet/minecraft/class_138;field_1568:I
      glue field_1741 Lclass_446;field_1741:I
      server c Lln;c:I
      client c Lsk;c:I
      named cookTime Lnet/minecraft/tileentity/TileEntityFurnace;cookTime:I
  • Constructor Details

    • TileEntityFurnace

      public TileEntityFurnace()
  • Method Details

    • getInventorySize

      public int getInventorySize()
      Specified by:
      getInventorySize in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_948 Lnet/minecraft/class_134;method_948()I
      glue method_49 Lclass_287;method_49()I
      server a Lhp;a()I
      client a Llw;a()I
      named getInventorySize Lnet/minecraft/inventory/InventoryBase;getInventorySize()I
    • getInventoryItem

      public ItemInstance getInventoryItem(int index)
      Specified by:
      getInventoryItem in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_954 Lnet/minecraft/class_134;method_954(I)Lnet/minecraft/class_31;
      glue method_58 Lclass_287;method_58(I)Lclass_224;
      server d_ Lhp;d_(I)Lfy;
      client f_ Llw;f_(I)Liz;
      named getInventoryItem Lnet/minecraft/inventory/InventoryBase;getInventoryItem(I)Lnet/minecraft/item/ItemInstance;
    • takeInventoryItem

      public ItemInstance takeInventoryItem(int index, int count)
      Specified by:
      takeInventoryItem in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_949 Lnet/minecraft/class_134;method_949(II)Lnet/minecraft/class_31;
      glue method_50 Lclass_287;method_50(II)Lclass_224;
      server a Lhp;a(II)Lfy;
      client a Llw;a(II)Liz;
      named takeInventoryItem Lnet/minecraft/inventory/InventoryBase;takeInventoryItem(II)Lnet/minecraft/item/ItemInstance;
    • setInventoryItem

      public void setInventoryItem(int slot, ItemInstance stack)
      Specified by:
      setInventoryItem in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_950 Lnet/minecraft/class_134;method_950(ILnet/minecraft/class_31;)V
      glue method_51 Lclass_287;method_51(ILclass_224;)V
      server a Lhp;a(ILfy;)V
      client a Llw;a(ILiz;)V
      named setInventoryItem Lnet/minecraft/inventory/InventoryBase;setInventoryItem(ILnet/minecraft/item/ItemInstance;)V
    • getContainerName

      public String getContainerName()
      Specified by:
      getContainerName in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_952 Lnet/minecraft/class_134;method_952()Ljava/lang/String;
      glue method_56 Lclass_287;method_56()Ljava/lang/String;
      server c Lhp;c()Ljava/lang/String;
      client c Llw;c()Ljava/lang/String;
      named getContainerName Lnet/minecraft/inventory/InventoryBase;getContainerName()Ljava/lang/String;
    • readIdentifyingData

      public void readIdentifyingData(CompoundTag tag)
      Overrides:
      readIdentifyingData in class TileEntityBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1077 Lnet/minecraft/class_55;method_1077(Lnet/minecraft/class_8;)V
      glue method_52 Lclass_356;method_52(Lclass_333;)V
      server a Ljh;a(Liq;)V
      client a Low;a(Lnu;)V
      named readIdentifyingData Lnet/minecraft/tileentity/TileEntityBase;readIdentifyingData(Lnet/minecraft/util/io/CompoundTag;)V
    • writeIdentifyingData

      public void writeIdentifyingData(CompoundTag tag)
      Overrides:
      writeIdentifyingData in class TileEntityBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1078 Lnet/minecraft/class_55;method_1078(Lnet/minecraft/class_8;)V
      glue method_55 Lclass_356;method_55(Lclass_333;)V
      server b Ljh;b(Liq;)V
      client b Low;b(Lnu;)V
      named writeIdentifyingData Lnet/minecraft/tileentity/TileEntityBase;writeIdentifyingData(Lnet/minecraft/util/io/CompoundTag;)V
    • getMaxItemCount

      public int getMaxItemCount()
      Specified by:
      getMaxItemCount in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_953 Lnet/minecraft/class_134;method_953()I
      glue method_57 Lclass_287;method_57()I
      server d Lhp;d()I
      client d Llw;d()I
      named getMaxItemCount Lnet/minecraft/inventory/InventoryBase;getMaxItemCount()I
    • getCookTimeDelta

      @Environment(CLIENT) public int getCookTimeDelta(int multiplier)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1284 Lnet/minecraft/class_138;method_1284(I)I
      glue method_2150 Lclass_446;method_2150(I)I
      server method_1284 Lln;method_1284(I)I
      client b Lsk;b(I)I
      named getCookTimeDelta Lnet/minecraft/tileentity/TileEntityFurnace;getCookTimeDelta(I)I
    • getFuelTimeDelta

      @Environment(CLIENT) public int getFuelTimeDelta(int multiplier)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1285 Lnet/minecraft/class_138;method_1285(I)I
      glue method_2151 Lclass_446;method_2151(I)I
      server method_1285 Lln;method_1285(I)I
      client c Lsk;c(I)I
      named getFuelTimeDelta Lnet/minecraft/tileentity/TileEntityFurnace;getFuelTimeDelta(I)I
    • isBurning

      public boolean isBurning()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1281 Lnet/minecraft/class_138;method_1281()Z
      glue method_1623 Lclass_446;method_1623()Z
      server k Lln;k()Z
      client b Lsk;b()Z
      named isBurning Lnet/minecraft/tileentity/TileEntityFurnace;isBurning()Z
    • tick

      public void tick()
      Overrides:
      tick in class TileEntityBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1076 Lnet/minecraft/class_55;method_1076()V
      glue method_232 Lclass_356;method_232()V
      server g_ Ljh;g_()V
      client n_ Low;n_()V
      named tick Lnet/minecraft/tileentity/TileEntityBase;tick()V
    • canAcceptRecipeOutput

      private boolean canAcceptRecipeOutput()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1283 Lnet/minecraft/class_138;method_1283()Z
      glue method_1625 Lclass_446;method_1625()Z
      server m Lln;m()Z
      client l Lsk;l()Z
      named canAcceptRecipeOutput Lnet/minecraft/tileentity/TileEntityFurnace;canAcceptRecipeOutput()Z
    • craftRecipe

      public void craftRecipe()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1282 Lnet/minecraft/class_138;method_1282()V
      glue method_1624 Lclass_446;method_1624()V
      server l Lln;l()V
      client k Lsk;k()V
      named craftRecipe Lnet/minecraft/tileentity/TileEntityFurnace;craftRecipe()V
    • getFuelTime

      private int getFuelTime(ItemInstance stack)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1280 Lnet/minecraft/class_138;method_1280(Lnet/minecraft/class_31;)I
      glue method_1622 Lclass_446;method_1622(Lclass_224;)I
      server a Lln;a(Lfy;)I
      client a Lsk;a(Liz;)I
      named getFuelTime Lnet/minecraft/tileentity/TileEntityFurnace;getFuelTime(Lnet/minecraft/item/ItemInstance;)I
    • canPlayerUse

      public boolean canPlayerUse(PlayerBase player)
      Specified by:
      canPlayerUse in interface InventoryBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_951 Lnet/minecraft/class_134;method_951(Lnet/minecraft/class_54;)Z
      glue method_53 Lclass_287;method_53(Lclass_172;)Z
      server a_ Lhp;a_(Lem;)Z
      client a_ Llw;a_(Lgs;)Z
      named canPlayerUse Lnet/minecraft/inventory/InventoryBase;canPlayerUse(Lnet/minecraft/entity/player/PlayerBase;)Z