Class TntBlock

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

public class TntBlock extends Block
Mappings:
Namespace Name
intermediary net/minecraft/class_132
glue class_17
server t
client ah
named net/minecraft/block/TntBlock
  • Constructor Details

    • TntBlock

      public TntBlock(int id, int textureId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_132;<init>(II)V
      glue <init> Lclass_17;<init>(II)V
      server <init> Lt;<init>(II)V
      client <init> Lah;<init>(II)V
      named <init> Lnet/minecraft/block/TntBlock;<init>(II)V
  • Method Details

    • getTexture

      public int getTexture(int side)
      Overrides:
      getTexture in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1607 Lnet/minecraft/class_17;method_1607(I)I
      glue method_37 Lclass_507;method_37(I)I
      server a Lna;a(I)I
      client a Luu;a(I)I
      named getTexture Lnet/minecraft/block/Block;getTexture(I)I
    • 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
    • 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
    • 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
    • onDestroyedByExplosion

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

      public void onMetadataChange(World world, int x, int y, int z, int meta)
      Overrides:
      onMetadataChange in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1612 Lnet/minecraft/class_17;method_1612(Lnet/minecraft/class_18;IIII)V
      glue method_42 Lclass_507;method_42(Lclass_129;IIII)V
      server c Lna;c(Ldj;IIII)V
      client c Luu;c(Lfd;IIII)V
      named onMetadataChange Lnet/minecraft/block/Block;onMetadataChange(Lnet/minecraft/world/World;IIII)V
    • onBlockBreakStart

      public void onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player)
      Overrides:
      onBlockBreakStart in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1610 Lnet/minecraft/class_17;method_1610(Lnet/minecraft/class_18;IIILnet/minecraft/class_54;)V
      glue method_40 Lclass_507;method_40(Lclass_129;IIILclass_172;)V
      server b Lna;b(Ldj;IIILem;)V
      client b Luu;b(Lfd;IIILgs;)V
      named onBlockBreakStart Lnet/minecraft/block/Block;onBlockBreakStart(Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/PlayerEntity;)V
    • onUse

      public boolean onUse(World world, int x, int y, int z, PlayerEntity player)
      Overrides:
      onUse in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1608 Lnet/minecraft/class_17;method_1608(Lnet/minecraft/class_18;IIILnet/minecraft/class_54;)Z
      glue method_38 Lclass_507;method_38(Lclass_129;IIILclass_172;)Z
      server a Lna;a(Ldj;IIILem;)Z
      client a Luu;a(Lfd;IIILgs;)Z
      named onUse Lnet/minecraft/block/Block;onUse(Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/PlayerEntity;)Z