Class PaleMossCarpetBlock

All Implemented Interfaces:
Fertilizable, ItemConvertible, ToggleableFeature

public class PaleMossCarpetBlock extends Block implements Fertilizable
Mappings:
Namespace Name
named net/minecraft/block/PaleMossCarpetBlock
intermediary net/minecraft/class_10322
official dve
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<PaleMossCarpetBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/PaleMossCarpetBlock;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_54755 Lnet/minecraft/class_10322;field_54755:Lcom/mojang/serialization/MapCodec;
      official a Ldve;a:Lcom/mojang/serialization/MapCodec;
    • BOTTOM

      public static final BooleanProperty BOTTOM
      Mappings:
      Namespace Name Mixin selector
      named BOTTOM Lnet/minecraft/block/PaleMossCarpetBlock;BOTTOM:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_54756 Lnet/minecraft/class_10322;field_54756:Lnet/minecraft/class_2746;
      official b Ldve;b:Lees;
    • NORTH

      public static final EnumProperty<WallShape> NORTH
      Mappings:
      Namespace Name Mixin selector
      named NORTH Lnet/minecraft/block/PaleMossCarpetBlock;NORTH:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_54757 Lnet/minecraft/class_10322;field_54757:Lnet/minecraft/class_2754;
      official c Ldve;c:Leez;
    • EAST

      public static final EnumProperty<WallShape> EAST
      Mappings:
      Namespace Name Mixin selector
      named EAST Lnet/minecraft/block/PaleMossCarpetBlock;EAST:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_54758 Lnet/minecraft/class_10322;field_54758:Lnet/minecraft/class_2754;
      official d Ldve;d:Leez;
    • SOUTH

      public static final EnumProperty<WallShape> SOUTH
      Mappings:
      Namespace Name Mixin selector
      named SOUTH Lnet/minecraft/block/PaleMossCarpetBlock;SOUTH:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_54759 Lnet/minecraft/class_10322;field_54759:Lnet/minecraft/class_2754;
      official e Ldve;e:Leez;
    • WEST

      public static final EnumProperty<WallShape> WEST
      Mappings:
      Namespace Name Mixin selector
      named WEST Lnet/minecraft/block/PaleMossCarpetBlock;WEST:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_54760 Lnet/minecraft/class_10322;field_54760:Lnet/minecraft/class_2754;
      official f Ldve;f:Leez;
    • WALL_SHAPE_PROPERTIES_BY_DIRECTION

      public static final Map<Direction,EnumProperty<WallShape>> WALL_SHAPE_PROPERTIES_BY_DIRECTION
      Mappings:
      Namespace Name Mixin selector
      named WALL_SHAPE_PROPERTIES_BY_DIRECTION Lnet/minecraft/block/PaleMossCarpetBlock;WALL_SHAPE_PROPERTIES_BY_DIRECTION:Ljava/util/Map;
      intermediary field_55778 Lnet/minecraft/class_10322;field_55778:Ljava/util/Map;
      official g Ldve;g:Ljava/util/Map;
    • shapeFunction

      private final Function<BlockState,VoxelShape> shapeFunction
      Mappings:
      Namespace Name Mixin selector
      named shapeFunction Lnet/minecraft/block/PaleMossCarpetBlock;shapeFunction:Ljava/util/function/Function;
      intermediary field_55779 Lnet/minecraft/class_10322;field_55779:Ljava/util/function/Function;
      official h Ldve;h:Ljava/util/function/Function;
  • Constructor Details

    • PaleMossCarpetBlock

      public PaleMossCarpetBlock(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> Leea;<init>(Leea$d;)V
  • Method Details