Class MushroomPlantBlock

All Implemented Interfaces:
Fertilizable, ItemConvertible

public class MushroomPlantBlock extends PlantBlock implements Fertilizable
Mappings:
Namespace Name
official com
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 Lcom;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 Lcom;b:Ldxj;
      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;
    • feature

      private final Supplier<RegistryEntry<? extends ConfiguredFeature<?,?>>> feature
      Mappings:
      Namespace Name Mixin selector
      official c Lcom;c:Ljava/util/function/Supplier;
      intermediary field_27194 Lnet/minecraft/class_2420;field_27194:Ljava/util/function/Supplier;
      named feature Lnet/minecraft/block/MushroomPlantBlock;feature:Ljava/util/function/Supplier;
  • Constructor Details

    • MushroomPlantBlock

      public MushroomPlantBlock(AbstractBlock.Settings settings, Supplier<RegistryEntry<? extends ConfiguredFeature<?,?>>> feature)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcom;<init>(Lcvn$c;Ljava/util/function/Supplier;)V
      intermediary <init> Lnet/minecraft/class_2420;<init>(Lnet/minecraft/class_4970$class_2251;Ljava/util/function/Supplier;)V
      named <init> Lnet/minecraft/block/MushroomPlantBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Ljava/util/function/Supplier;)V
  • Method Details