Class Material

java.lang.Object
net.minecraft.block.Material

public final class Material extends Object
Mappings:
Namespace Name
official dww
intermediary net/minecraft/class_3614
named net/minecraft/block/Material
  • Field Details

    • PLANT

      public static final Material PLANT
      Material for plants such as flowers and crops
      Mappings:
      Namespace Name Mixin selector
      official a Ldww;a:Ldww;
      intermediary field_15935 Lnet/minecraft/class_3614;field_15935:Lnet/minecraft/class_3614;
      named PLANT Lnet/minecraft/block/Material;PLANT:Lnet/minecraft/block/Material;
    • LIGHT_PASSES_THROUGH

      public static final Material LIGHT_PASSES_THROUGH
      Mappings:
      Namespace Name Mixin selector
      official b Ldww;b:Ldww;
      intermediary field_44484 Lnet/minecraft/class_3614;field_44484:Lnet/minecraft/class_3614;
      named LIGHT_PASSES_THROUGH Lnet/minecraft/block/Material;LIGHT_PASSES_THROUGH:Lnet/minecraft/block/Material;
    • BLOCKS_LIGHT

      public static final Material BLOCKS_LIGHT
      Mappings:
      Namespace Name Mixin selector
      official c Ldww;c:Ldww;
      intermediary field_44489 Lnet/minecraft/class_3614;field_44489:Lnet/minecraft/class_3614;
      named BLOCKS_LIGHT Lnet/minecraft/block/Material;BLOCKS_LIGHT:Lnet/minecraft/block/Material;
    • color

      private final MapColor color
      Mappings:
      Namespace Name Mixin selector
      official d Ldww;d:Ldwx;
      intermediary field_15944 Lnet/minecraft/class_3614;field_15944:Lnet/minecraft/class_3620;
      named color Lnet/minecraft/block/Material;color:Lnet/minecraft/block/MapColor;
    • blocksLight

      private final boolean blocksLight
      Mappings:
      Namespace Name Mixin selector
      official e Ldww;e:Z
      intermediary field_15939 Lnet/minecraft/class_3614;field_15939:Z
      named blocksLight Lnet/minecraft/block/Material;blocksLight:Z
  • Constructor Details

    • Material

      public Material(MapColor color, boolean blocksLight)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldww;<init>(Ldwx;Z)V
      intermediary <init> Lnet/minecraft/class_3614;<init>(Lnet/minecraft/class_3620;Z)V
      named <init> Lnet/minecraft/block/Material;<init>(Lnet/minecraft/block/MapColor;Z)V
  • Method Details

    • blocksLight

      public boolean blocksLight()
      Mappings:
      Namespace Name Mixin selector
      official a Ldww;a()Z
      intermediary method_15804 Lnet/minecraft/class_3614;method_15804()Z
      named blocksLight Lnet/minecraft/block/Material;blocksLight()Z
    • getColor

      public MapColor getColor()
      Mappings:
      Namespace Name Mixin selector
      official b Ldww;b()Ldwx;
      intermediary method_15803 Lnet/minecraft/class_3614;method_15803()Lnet/minecraft/class_3620;
      named getColor Lnet/minecraft/block/Material;getColor()Lnet/minecraft/block/MapColor;