Class PitcherCropBlock

All Implemented Interfaces:
Fertilizable, ItemConvertible, ToggleableFeature

public class PitcherCropBlock extends TallPlantBlock implements Fertilizable
Mappings:
Namespace Name
official cux
intermediary net/minecraft/class_8237
named net/minecraft/block/PitcherCropBlock
  • Field Details

    • AGE

      public static final IntProperty AGE
      Mappings:
      Namespace Name Mixin selector
      official b Lcux;b:Ldcy;
      intermediary field_43239 Lnet/minecraft/class_8237;field_43239:Lnet/minecraft/class_2758;
      named AGE Lnet/minecraft/block/PitcherCropBlock;AGE:Lnet/minecraft/state/property/IntProperty;
    • field_43240

      public static final int field_43240
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lcux;c:I
      intermediary field_43240 Lnet/minecraft/class_8237;field_43240:I
      named field_43240 Lnet/minecraft/block/PitcherCropBlock;field_43240:I
    • field_43241

      private static final int field_43241
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lcux;d:I
      intermediary field_43241 Lnet/minecraft/class_8237;field_43241:I
      named field_43241 Lnet/minecraft/block/PitcherCropBlock;field_43241:I
    • field_43391

      private static final int field_43391
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lcux;e:I
      intermediary field_43391 Lnet/minecraft/class_8237;field_43391:I
      named field_43391 Lnet/minecraft/block/PitcherCropBlock;field_43391:I
    • GROWN_UPPER_OUTLINE_SHAPE

      private static final VoxelShape GROWN_UPPER_OUTLINE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lcux;f:Leet;
      intermediary field_43244 Lnet/minecraft/class_8237;field_43244:Lnet/minecraft/class_265;
      named GROWN_UPPER_OUTLINE_SHAPE Lnet/minecraft/block/PitcherCropBlock;GROWN_UPPER_OUTLINE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • GROWN_LOWER_OUTLINE_SHAPE

      private static final VoxelShape GROWN_LOWER_OUTLINE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcux;g:Leet;
      intermediary field_43245 Lnet/minecraft/class_8237;field_43245:Lnet/minecraft/class_265;
      named GROWN_LOWER_OUTLINE_SHAPE Lnet/minecraft/block/PitcherCropBlock;GROWN_LOWER_OUTLINE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • AGE_0_SHAPE

      private static final VoxelShape AGE_0_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcux;h:Leet;
      intermediary field_43246 Lnet/minecraft/class_8237;field_43246:Lnet/minecraft/class_265;
      named AGE_0_SHAPE Lnet/minecraft/block/PitcherCropBlock;AGE_0_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • LOWER_COLLISION_SHAPE

      private static final VoxelShape LOWER_COLLISION_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcux;i:Leet;
      intermediary field_43247 Lnet/minecraft/class_8237;field_43247:Lnet/minecraft/class_265;
      named LOWER_COLLISION_SHAPE Lnet/minecraft/block/PitcherCropBlock;LOWER_COLLISION_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • UPPER_OUTLINE_SHAPES

      private static final VoxelShape[] UPPER_OUTLINE_SHAPES
      Mappings:
      Namespace Name Mixin selector
      official j Lcux;j:[Leet;
      intermediary field_44477 Lnet/minecraft/class_8237;field_44477:[Lnet/minecraft/class_265;
      named UPPER_OUTLINE_SHAPES Lnet/minecraft/block/PitcherCropBlock;UPPER_OUTLINE_SHAPES:[Lnet/minecraft/util/shape/VoxelShape;
    • LOWER_OUTLINE_SHAPES

      private static final VoxelShape[] LOWER_OUTLINE_SHAPES
      Mappings:
      Namespace Name Mixin selector
      official k Lcux;k:[Leet;
      intermediary field_44478 Lnet/minecraft/class_8237;field_44478:[Lnet/minecraft/class_265;
      named LOWER_OUTLINE_SHAPES Lnet/minecraft/block/PitcherCropBlock;LOWER_OUTLINE_SHAPES:[Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • PitcherCropBlock

      public PitcherCropBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldbx;<init>(Ldbx$d;)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