Class AmethystClusterBlock

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

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

    • CODEC

      public static final com.mojang.serialization.MapCodec<AmethystClusterBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/AmethystClusterBlock;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_46255 Lnet/minecraft/class_5542;field_46255:Lcom/mojang/serialization/MapCodec;
      official b Ldea;b:Lcom/mojang/serialization/MapCodec;
    • WATERLOGGED

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

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      named FACING Lnet/minecraft/block/AmethystClusterBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
      intermediary field_27087 Lnet/minecraft/class_5542;field_27087:Lnet/minecraft/class_2753;
      official d Ldea;d:Ldsy;
    • height

      private final float height
      Mappings:
      Namespace Name Mixin selector
      named height Lnet/minecraft/block/AmethystClusterBlock;height:F
      intermediary field_46256 Lnet/minecraft/class_5542;field_46256:F
      official k Ldea;k:F
    • xzOffset

      private final float xzOffset
      Mappings:
      Namespace Name Mixin selector
      named xzOffset Lnet/minecraft/block/AmethystClusterBlock;xzOffset:F
      intermediary field_46257 Lnet/minecraft/class_5542;field_46257:F
      official l Ldea;l:F
    • northShape

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

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

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

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

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

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

    • AmethystClusterBlock

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