Class MushroomPlantBlock

All Implemented Interfaces:
Fertilizable, ItemConvertible, ToggleableFeature

public class MushroomPlantBlock extends PlantBlock implements Fertilizable
Mappings:
Namespace Name
official crp
intermediary net/minecraft/class_2420
named net/minecraft/block/MushroomPlantBlock
  • Field Details

    • field_31195

      protected static final float field_31195
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lcrp;a:F
      intermediary field_31195 Lnet/minecraft/class_2420;field_31195:F
      named field_31195 Lnet/minecraft/block/MushroomPlantBlock;field_31195:F
    • SHAPE

      protected static final VoxelShape SHAPE
      Mappings:
      Namespace Name Mixin selector
      official b Lcrp;b:Leax;
      intermediary field_11304 Lnet/minecraft/class_2420;field_11304:Lnet/minecraft/class_265;
      named SHAPE Lnet/minecraft/block/MushroomPlantBlock;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • featureKey

      private final RegistryKey<ConfiguredFeature<?,?>> featureKey
      Mappings:
      Namespace Name Mixin selector
      official c Lcrp;c:Lace;
      intermediary field_27194 Lnet/minecraft/class_2420;field_27194:Lnet/minecraft/class_5321;
      named featureKey Lnet/minecraft/block/MushroomPlantBlock;featureKey:Lnet/minecraft/registry/RegistryKey;
  • Constructor Details

    • MushroomPlantBlock

      public MushroomPlantBlock(AbstractBlock.Settings settings, RegistryKey<ConfiguredFeature<?,?>> featureKey)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcrp;<init>(Lcys$c;Lace;)V
      intermediary <init> Lnet/minecraft/class_2420;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_5321;)V
      named <init> Lnet/minecraft/block/MushroomPlantBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/registry/RegistryKey;)V
  • Method Details