Class AbstractPlantBlock

All Implemented Interfaces:
Fertilizable, ItemConvertible, ToggleableFeature
Direct Known Subclasses:
CaveVinesBodyBlock, KelpPlantBlock, TwistingVinesPlantBlock, WeepingVinesPlantBlock

public abstract class AbstractPlantBlock extends AbstractPlantPartBlock implements Fertilizable
Mappings:
Namespace Name
named net/minecraft/block/AbstractPlantBlock
intermediary net/minecraft/class_4864
official dip
  • Constructor Details

    • AbstractPlantBlock

      protected AbstractPlantBlock(AbstractBlock.Settings settings, Direction growthDirection, VoxelShape outlineShape, boolean tickWater)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/AbstractPlantPartBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/shape/VoxelShape;Z)V
      intermediary <init> Lnet/minecraft/class_4863;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_2350;Lnet/minecraft/class_265;Z)V
      official <init> Ldio;<init>(Ldsd$d;Lje;Lewm;Z)V
  • Method Details