Class NetherBrickBlock

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

public class NetherBrickBlock
extends Block
Mappings:
Namespace Name
official aic
intermediary net/minecraft/class_253
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 Lafh;g(Lalz;)Larn;
      intermediary method_720 Lnet/minecraft/class_160;method_720(Lnet/minecraft/class_376;)Lnet/minecraft/class_592;
      named getMaterialColor Lnet/minecraft/block/Block;getMaterialColor(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/MaterialColor;