Class AmethystClusterBlock

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

public class AmethystClusterBlock extends AmethystBlock implements Waterloggable
Mappings:
Namespace Name
official com
intermediary net/minecraft/class_5542
named net/minecraft/block/AmethystClusterBlock
  • Field Details

    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official a Lcom;a:Ldcs;
      intermediary field_27086 Lnet/minecraft/class_5542;field_27086:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/AmethystClusterBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official b Lcom;b:Ldcv;
      intermediary field_27087 Lnet/minecraft/class_5542;field_27087:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/AmethystClusterBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • northShape

      protected final VoxelShape northShape
      Mappings:
      Namespace Name Mixin selector
      official c Lcom;c:Lefb;
      intermediary field_27088 Lnet/minecraft/class_5542;field_27088:Lnet/minecraft/class_265;
      named northShape Lnet/minecraft/block/AmethystClusterBlock;northShape:Lnet/minecraft/util/shape/VoxelShape;
    • southShape

      protected final VoxelShape southShape
      Mappings:
      Namespace Name Mixin selector
      official d Lcom;d:Lefb;
      intermediary field_27089 Lnet/minecraft/class_5542;field_27089:Lnet/minecraft/class_265;
      named southShape Lnet/minecraft/block/AmethystClusterBlock;southShape:Lnet/minecraft/util/shape/VoxelShape;
    • eastShape

      protected final VoxelShape eastShape
      Mappings:
      Namespace Name Mixin selector
      official e Lcom;e:Lefb;
      intermediary field_27090 Lnet/minecraft/class_5542;field_27090:Lnet/minecraft/class_265;
      named eastShape Lnet/minecraft/block/AmethystClusterBlock;eastShape:Lnet/minecraft/util/shape/VoxelShape;
    • westShape

      protected final VoxelShape westShape
      Mappings:
      Namespace Name Mixin selector
      official f Lcom;f:Lefb;
      intermediary field_27091 Lnet/minecraft/class_5542;field_27091:Lnet/minecraft/class_265;
      named westShape Lnet/minecraft/block/AmethystClusterBlock;westShape:Lnet/minecraft/util/shape/VoxelShape;
    • upShape

      protected final VoxelShape upShape
      Mappings:
      Namespace Name Mixin selector
      official g Lcom;g:Lefb;
      intermediary field_27092 Lnet/minecraft/class_5542;field_27092:Lnet/minecraft/class_265;
      named upShape Lnet/minecraft/block/AmethystClusterBlock;upShape:Lnet/minecraft/util/shape/VoxelShape;
    • downShape

      protected final VoxelShape downShape
      Mappings:
      Namespace Name Mixin selector
      official h Lcom;h:Lefb;
      intermediary field_27093 Lnet/minecraft/class_5542;field_27093:Lnet/minecraft/class_265;
      named downShape Lnet/minecraft/block/AmethystClusterBlock;downShape:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • AmethystClusterBlock

      public AmethystClusterBlock(int height, int xzOffset, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcom;<init>(IILdca$d;)V
      intermediary <init> Lnet/minecraft/class_5542;<init>(IILnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AmethystClusterBlock;<init>(IILnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details