Class NetherBrickBlock

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

public class NetherBrickBlock extends Block
Mappings:
Namespace Name
official ayd
intermediary net/minecraft/class_2199
named net/minecraft/block/NetherBrickBlock
  • Constructor Details

    • NetherBrickBlock

      public NetherBrickBlock()
  • Method Details

    • getMaterialColor

      public MaterialColor getMaterialColor(BlockState state)
      Returns the block's material color from it's state Blockstates can have different material colors
      Overrides:
      getMaterialColor in class Block
      Parameters:
      state - The Blockstate for which the material color is returned
      Returns:
      materialColor
      Mappings:
      Namespace Name Mixin selector
      official g Latr;g(Lbec;)Lboh;
      intermediary method_8680 Lnet/minecraft/class_197;method_8680(Lnet/minecraft/class_2232;)Lnet/minecraft/class_65;
      named getMaterialColor Lnet/minecraft/block/Block;getMaterialColor(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/MaterialColor;