Class SnowBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class SnowBlock extends Block
Mappings:
Namespace Name
official ddy
intermediary net/minecraft/class_2488
named net/minecraft/block/SnowBlock
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<SnowBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lddy;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_46451 Lnet/minecraft/class_2488;field_46451:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/SnowBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • MAX_LAYERS

      public static final int MAX_LAYERS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lddy;b:I
      intermediary field_31247 Lnet/minecraft/class_2488;field_31247:I
      named MAX_LAYERS Lnet/minecraft/block/SnowBlock;MAX_LAYERS:I
    • LAYERS

      public static final IntProperty LAYERS
      Mappings:
      Namespace Name Mixin selector
      official c Lddy;c:Ldkh;
      intermediary field_11518 Lnet/minecraft/class_2488;field_11518:Lnet/minecraft/class_2758;
      named LAYERS Lnet/minecraft/block/SnowBlock;LAYERS:Lnet/minecraft/state/property/IntProperty;
    • LAYERS_TO_SHAPE

      protected static final VoxelShape[] LAYERS_TO_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lddy;d:[Lemm;
      intermediary field_11517 Lnet/minecraft/class_2488;field_11517:[Lnet/minecraft/class_265;
      named LAYERS_TO_SHAPE Lnet/minecraft/block/SnowBlock;LAYERS_TO_SHAPE:[Lnet/minecraft/util/shape/VoxelShape;
    • field_31248

      public static final int field_31248
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lddy;e:I
      intermediary field_31248 Lnet/minecraft/class_2488;field_31248:I
      named field_31248 Lnet/minecraft/block/SnowBlock;field_31248:I
  • Constructor Details

    • SnowBlock

      protected SnowBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldjg;<init>(Ldjg$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