Class SeaPickleBlock

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

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

    • CODEC

      public static final com.mojang.serialization.MapCodec<SeaPickleBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/SeaPickleBlock;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_46438 Lnet/minecraft/class_2472;field_46438:Lcom/mojang/serialization/MapCodec;
      official a Ldly;a:Lcom/mojang/serialization/MapCodec;
    • MAX_PICKLES

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

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

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

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

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

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

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

    • SeaPickleBlock

      protected SeaPickleBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      official <init> Ldsd;<init>(Ldsd$d;)V
  • Method Details