Class MushroomBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class MushroomBlock extends Block
Mappings:
Namespace Name
official cqj
intermediary net/minecraft/class_2381
named net/minecraft/block/MushroomBlock
  • Field Details

    • NORTH

      public static final BooleanProperty NORTH
      Mappings:
      Namespace Name Mixin selector
      official a Lcqj;a:Lczk;
      intermediary field_11171 Lnet/minecraft/class_2381;field_11171:Lnet/minecraft/class_2746;
      named NORTH Lnet/minecraft/block/MushroomBlock;NORTH:Lnet/minecraft/state/property/BooleanProperty;
    • EAST

      public static final BooleanProperty EAST
      Mappings:
      Namespace Name Mixin selector
      official b Lcqj;b:Lczk;
      intermediary field_11172 Lnet/minecraft/class_2381;field_11172:Lnet/minecraft/class_2746;
      named EAST Lnet/minecraft/block/MushroomBlock;EAST:Lnet/minecraft/state/property/BooleanProperty;
    • SOUTH

      public static final BooleanProperty SOUTH
      Mappings:
      Namespace Name Mixin selector
      official c Lcqj;c:Lczk;
      intermediary field_11170 Lnet/minecraft/class_2381;field_11170:Lnet/minecraft/class_2746;
      named SOUTH Lnet/minecraft/block/MushroomBlock;SOUTH:Lnet/minecraft/state/property/BooleanProperty;
    • WEST

      public static final BooleanProperty WEST
      Mappings:
      Namespace Name Mixin selector
      official d Lcqj;d:Lczk;
      intermediary field_11167 Lnet/minecraft/class_2381;field_11167:Lnet/minecraft/class_2746;
      named WEST Lnet/minecraft/block/MushroomBlock;WEST:Lnet/minecraft/state/property/BooleanProperty;
    • UP

      public static final BooleanProperty UP
      Mappings:
      Namespace Name Mixin selector
      official e Lcqj;e:Lczk;
      intermediary field_11166 Lnet/minecraft/class_2381;field_11166:Lnet/minecraft/class_2746;
      named UP Lnet/minecraft/block/MushroomBlock;UP:Lnet/minecraft/state/property/BooleanProperty;
    • DOWN

      public static final BooleanProperty DOWN
      Mappings:
      Namespace Name Mixin selector
      official f Lcqj;f:Lczk;
      intermediary field_11169 Lnet/minecraft/class_2381;field_11169:Lnet/minecraft/class_2746;
      named DOWN Lnet/minecraft/block/MushroomBlock;DOWN:Lnet/minecraft/state/property/BooleanProperty;
    • FACING_PROPERTIES

      private static final Map<Direction,BooleanProperty> FACING_PROPERTIES
      Mappings:
      Namespace Name Mixin selector
      official g Lcqj;g:Ljava/util/Map;
      intermediary field_11168 Lnet/minecraft/class_2381;field_11168:Ljava/util/Map;
      named FACING_PROPERTIES Lnet/minecraft/block/MushroomBlock;FACING_PROPERTIES:Ljava/util/Map;
  • Constructor Details

    • MushroomBlock

      public MushroomBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcys;<init>(Lcys$c;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details