Class SeaPickleBlock

All Implemented Interfaces:
Fertilizable, FluidDrainable, FluidFillable, Waterloggable, ItemConvertible, ToggleableFeature

public class SeaPickleBlock extends PlantBlock implements Fertilizable, Waterloggable
Mappings:
Namespace Name
official ctk
intermediary net/minecraft/class_2472
named net/minecraft/block/SeaPickleBlock
  • Field Details

    • MAX_PICKLES

      public static final int MAX_PICKLES
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lctk;a:I
      intermediary field_31241 Lnet/minecraft/class_2472;field_31241:I
      named MAX_PICKLES Lnet/minecraft/block/SeaPickleBlock;MAX_PICKLES:I
    • PICKLES

      public static final IntProperty PICKLES
      Mappings:
      Namespace Name Mixin selector
      official b Lctk;b:Lczt;
      intermediary field_11472 Lnet/minecraft/class_2472;field_11472:Lnet/minecraft/class_2758;
      named PICKLES Lnet/minecraft/block/SeaPickleBlock;PICKLES:Lnet/minecraft/state/property/IntProperty;
    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official c Lctk;c:Lczk;
      intermediary field_11475 Lnet/minecraft/class_2472;field_11475:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/SeaPickleBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • ONE_PICKLE_SHAPE

      protected static final VoxelShape ONE_PICKLE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lctk;d:Leax;
      intermediary field_11473 Lnet/minecraft/class_2472;field_11473:Lnet/minecraft/class_265;
      named ONE_PICKLE_SHAPE Lnet/minecraft/block/SeaPickleBlock;ONE_PICKLE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • TWO_PICKLES_SHAPE

      protected static final VoxelShape TWO_PICKLES_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lctk;e:Leax;
      intermediary field_11470 Lnet/minecraft/class_2472;field_11470:Lnet/minecraft/class_265;
      named TWO_PICKLES_SHAPE Lnet/minecraft/block/SeaPickleBlock;TWO_PICKLES_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • THREE_PICKLES_SHAPE

      protected static final VoxelShape THREE_PICKLES_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lctk;f:Leax;
      intermediary field_11471 Lnet/minecraft/class_2472;field_11471:Lnet/minecraft/class_265;
      named THREE_PICKLES_SHAPE Lnet/minecraft/block/SeaPickleBlock;THREE_PICKLES_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • FOUR_PICKLES_SHAPE

      protected static final VoxelShape FOUR_PICKLES_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lctk;g:Leax;
      intermediary field_11474 Lnet/minecraft/class_2472;field_11474:Lnet/minecraft/class_265;
      named FOUR_PICKLES_SHAPE Lnet/minecraft/block/SeaPickleBlock;FOUR_PICKLES_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • SeaPickleBlock

      protected SeaPickleBlock(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