Class SnowBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

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

    • MAX_LAYERS

      public static final int MAX_LAYERS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lcts;a: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 b Lcts;b:Lczq;
      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 c Lcts;c:[Leau;
      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 d Lcts;d: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> Lcyp;<init>(Lcyp$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