Class PropaguleBlock

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

public class PropaguleBlock extends SaplingBlock implements Waterloggable
Mappings:
Namespace Name
official dbs
intermediary net/minecraft/class_7115
named net/minecraft/block/PropaguleBlock
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<PropaguleBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldbs;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_46395 Lnet/minecraft/class_7115;field_46395:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/PropaguleBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • AGE

      public static final IntProperty AGE
      Mappings:
      Namespace Name Mixin selector
      official b Ldbs;b:Ldkp;
      intermediary field_37588 Lnet/minecraft/class_7115;field_37588:Lnet/minecraft/class_2758;
      named AGE Lnet/minecraft/block/PropaguleBlock;AGE:Lnet/minecraft/state/property/IntProperty;
    • field_37589

      public static final int field_37589
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Ldbs;c:I
      intermediary field_37589 Lnet/minecraft/class_7115;field_37589:I
      named field_37589 Lnet/minecraft/block/PropaguleBlock;field_37589:I
    • SHAPES

      private static final VoxelShape[] SHAPES
      Mappings:
      Namespace Name Mixin selector
      official j Ldbs;j:[Lemv;
      intermediary field_37592 Lnet/minecraft/class_7115;field_37592:[Lnet/minecraft/class_265;
      named SHAPES Lnet/minecraft/block/PropaguleBlock;SHAPES:[Lnet/minecraft/util/shape/VoxelShape;
    • WATERLOGGED

      private static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official k Ldbs;k:Ldkg;
      intermediary field_37590 Lnet/minecraft/class_7115;field_37590:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/PropaguleBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • HANGING

      public static final BooleanProperty HANGING
      Mappings:
      Namespace Name Mixin selector
      official d Ldbs;d:Ldkg;
      intermediary field_37591 Lnet/minecraft/class_7115;field_37591:Lnet/minecraft/class_2746;
      named HANGING Lnet/minecraft/block/PropaguleBlock;HANGING:Lnet/minecraft/state/property/BooleanProperty;
  • Constructor Details

    • PropaguleBlock

      public PropaguleBlock(SaplingGenerator generator, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lddl;<init>(Ldje;Ldjo$d;)V
      intermediary <init> Lnet/minecraft/class_2473;<init>(Lnet/minecraft/class_8813;Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/SaplingBlock;<init>(Lnet/minecraft/block/SaplingGenerator;Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details