Class FireBlock

java.lang.Object
net.minecraft.block.Block
net.minecraft.block.FireBlock

public class FireBlock extends Block
Mappings:
Namespace Name
intermediary net/minecraft/class_474
glue class_612
server pt
client yq
named net/minecraft/block/FireBlock
  • Field Details

    • burnChances

      private int[] burnChances
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2307 Lnet/minecraft/class_474;field_2307:[I
      glue field_2499 Lclass_612;field_2499:[I
      server a Lpt;a:[I
      client a Lyq;a:[I
      named burnChances Lnet/minecraft/block/FireBlock;burnChances:[I
    • spreadChances

      private int[] spreadChances
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2308 Lnet/minecraft/class_474;field_2308:[I
      glue field_2500 Lclass_612;field_2500:[I
      server b Lpt;b:[I
      client b Lyq;b:[I
      named spreadChances Lnet/minecraft/block/FireBlock;spreadChances:[I
  • Constructor Details

    • FireBlock

      protected FireBlock(int id, int textureId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_474;<init>(II)V
      glue <init> Lclass_612;<init>(II)V
      server <init> Lpt;<init>(II)V
      client <init> Lyq;<init>(II)V
      named <init> Lnet/minecraft/block/FireBlock;<init>(II)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1593 Lnet/minecraft/class_17;method_1593()V
      glue method_1833 Lclass_507;method_1833()V
      server h Lna;h()V
      client k Luu;k()V
      named init Lnet/minecraft/block/Block;init()V
    • registerFlammableBlock

      private void registerFlammableBlock(int block, int burnChance, int spreadChance)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1822 Lnet/minecraft/class_474;method_1822(III)V
      glue method_2062 Lclass_612;method_2062(III)V
      server a Lpt;a(III)V
      client a Lyq;a(III)V
      named registerFlammableBlock Lnet/minecraft/block/FireBlock;registerFlammableBlock(III)V
    • getCollisionShape

      public Box getCollisionShape(World world, int x, int y, int z)
      Overrides:
      getCollisionShape in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1624 Lnet/minecraft/class_17;method_1624(Lnet/minecraft/class_18;III)Lnet/minecraft/class_25;
      glue method_67 Lclass_507;method_67(Lclass_129;III)Lclass_113;
      server e Lna;e(Ldj;III)Lcz;
      client e Luu;e(Lfd;III)Leq;
      named getCollisionShape Lnet/minecraft/block/Block;getCollisionShape(Lnet/minecraft/world/World;III)Lnet/minecraft/util/math/Box;
    • isOpaque

      public boolean isOpaque()
      Overrides:
      isOpaque in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1620 Lnet/minecraft/class_17;method_1620()Z
      glue method_65 Lclass_507;method_65()Z
      server a Lna;a()Z
      client c Luu;c()Z
      named isOpaque Lnet/minecraft/block/Block;isOpaque()Z
    • isFullCube

      public boolean isFullCube()
      Overrides:
      isFullCube in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1623 Lnet/minecraft/class_17;method_1623()Z
      glue method_66 Lclass_507;method_66()Z
      server b Lna;b()Z
      client d Luu;d()Z
      named isFullCube Lnet/minecraft/block/Block;isFullCube()Z
    • getRenderType

      @Environment(CLIENT) public int getRenderType()
      Overrides:
      getRenderType in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1621 Lnet/minecraft/class_17;method_1621()I
      glue method_652 Lclass_507;method_652()I
      server method_1621 Lna;method_1621()I
      client b Luu;b()I
      named getRenderType Lnet/minecraft/block/Block;getRenderType()I
    • getDroppedItemCount

      public int getDroppedItemCount(Random random)
      Overrides:
      getDroppedItemCount in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1603 Lnet/minecraft/class_17;method_1603(Ljava/util/Random;)I
      glue method_21 Lclass_507;method_21(Ljava/util/Random;)I
      server a Lna;a(Ljava/util/Random;)I
      client a Luu;a(Ljava/util/Random;)I
      named getDroppedItemCount Lnet/minecraft/block/Block;getDroppedItemCount(Ljava/util/Random;)I
    • getTickRate

      public int getTickRate()
      Overrides:
      getTickRate in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1565 Lnet/minecraft/class_17;method_1565()I
      glue method_123 Lclass_507;method_123()I
      server c Lna;c()I
      client e Luu;e()I
      named getTickRate Lnet/minecraft/block/Block;getTickRate()I
    • onTick

      public void onTick(World world, int x, int y, int z, Random random)
      Called at a frequency based on the return value of Block.getTickRate(). This method will be called approximately Block.getTickRate() times per second.
      Overrides:
      onTick in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1602 Lnet/minecraft/class_17;method_1602(Lnet/minecraft/class_18;IIILjava/util/Random;)V
      glue method_20 Lclass_507;method_20(Lclass_129;IIILjava/util/Random;)V
      server a Lna;a(Ldj;IIILjava/util/Random;)V
      client a Luu;a(Lfd;IIILjava/util/Random;)V
      named onTick Lnet/minecraft/block/Block;onTick(Lnet/minecraft/world/World;IIILjava/util/Random;)V
    • trySpreadingFire

      private void trySpreadingFire(World world, int x, int y, int z, int spreadFactor, Random random, int currentAge)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1823 Lnet/minecraft/class_474;method_1823(Lnet/minecraft/class_18;IIIILjava/util/Random;I)V
      glue method_2063 Lclass_612;method_2063(Lclass_129;IIIILjava/util/Random;I)V
      server a Lpt;a(Ldj;IIIILjava/util/Random;I)V
      client a Lyq;a(Lfd;IIIILjava/util/Random;I)V
      named trySpreadingFire Lnet/minecraft/block/FireBlock;trySpreadingFire(Lnet/minecraft/world/World;IIIILjava/util/Random;I)V
    • areBlocksAroundFlammable

      private boolean areBlocksAroundFlammable(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1826 Lnet/minecraft/class_474;method_1826(Lnet/minecraft/class_18;III)Z
      glue method_2066 Lclass_612;method_2066(Lclass_129;III)Z
      server g Lpt;g(Ldj;III)Z
      client h Lyq;h(Lfd;III)Z
      named areBlocksAroundFlammable Lnet/minecraft/block/FireBlock;areBlocksAroundFlammable(Lnet/minecraft/world/World;III)Z
    • method_1827

      private int method_1827(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1827 Lnet/minecraft/class_474;method_1827(Lnet/minecraft/class_18;III)I
      glue method_2067 Lclass_612;method_2067(Lclass_129;III)I
      server h Lpt;h(Ldj;III)I
      client i Lyq;i(Lfd;III)I
      named method_1827 Lnet/minecraft/block/FireBlock;method_1827(Lnet/minecraft/world/World;III)I
    • hasCollision

      public boolean hasCollision()
      Overrides:
      hasCollision in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1576 Lnet/minecraft/class_17;method_1576()Z
      glue method_1691 Lclass_507;method_1691()Z
      server k_ Lna;k_()Z
      client v_ Luu;v_()Z
      named hasCollision Lnet/minecraft/block/Block;hasCollision()Z
    • isBlockFlammable

      public boolean isBlockFlammable(BlockView blockView, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1824 Lnet/minecraft/class_474;method_1824(Lnet/minecraft/class_14;III)Z
      glue method_2064 Lclass_612;method_2064(Lclass_584;III)Z
      server b Lpt;b(Lpb;III)Z
      client c Lyq;c(Lxp;III)Z
      named isBlockFlammable Lnet/minecraft/block/FireBlock;isBlockFlammable(Lnet/minecraft/world/BlockView;III)Z
    • method_1825

      public int method_1825(World world, int x, int y, int z, int int2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1825 Lnet/minecraft/class_474;method_1825(Lnet/minecraft/class_18;IIII)I
      glue method_2065 Lclass_612;method_2065(Lclass_129;IIII)I
      server f Lpt;f(Ldj;IIII)I
      client f Lyq;f(Lfd;IIII)I
      named method_1825 Lnet/minecraft/block/FireBlock;method_1825(Lnet/minecraft/world/World;IIII)I
    • canPlaceAt

      public boolean canPlaceAt(World world, int x, int y, int z)
      Overrides:
      canPlaceAt in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1567 Lnet/minecraft/class_17;method_1567(Lnet/minecraft/class_18;III)Z
      glue method_153 Lclass_507;method_153(Lclass_129;III)Z
      server a Lna;a(Ldj;III)Z
      client a Luu;a(Lfd;III)Z
      named canPlaceAt Lnet/minecraft/block/Block;canPlaceAt(Lnet/minecraft/world/World;III)Z
    • neighborUpdate

      public void neighborUpdate(World world, int x, int y, int z, int id)
      Overrides:
      neighborUpdate in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1609 Lnet/minecraft/class_17;method_1609(Lnet/minecraft/class_18;IIII)V
      glue method_39 Lclass_507;method_39(Lclass_129;IIII)V
      server b Lna;b(Ldj;IIII)V
      client b Luu;b(Lfd;IIII)V
      named neighborUpdate Lnet/minecraft/block/Block;neighborUpdate(Lnet/minecraft/world/World;IIII)V
    • onPlaced

      public void onPlaced(World world, int x, int y, int z)
      Overrides:
      onPlaced in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1611 Lnet/minecraft/class_17;method_1611(Lnet/minecraft/class_18;III)V
      glue method_41 Lclass_507;method_41(Lclass_129;III)V
      server c Lna;c(Ldj;III)V
      client c Luu;c(Lfd;III)V
      named onPlaced Lnet/minecraft/block/Block;onPlaced(Lnet/minecraft/world/World;III)V
    • randomDisplayTick

      @Environment(CLIENT) public void randomDisplayTick(World world, int x, int y, int z, Random random)
      Overrides:
      randomDisplayTick in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1617 Lnet/minecraft/class_17;method_1617(Lnet/minecraft/class_18;IIILjava/util/Random;)V
      glue method_62 Lclass_507;method_62(Lclass_129;IIILjava/util/Random;)V
      server method_1617 Lna;method_1617(Ldj;IIILjava/util/Random;)V
      client b Luu;b(Lfd;IIILjava/util/Random;)V
      named randomDisplayTick Lnet/minecraft/block/Block;randomDisplayTick(Lnet/minecraft/world/World;IIILjava/util/Random;)V