Class AmethystClusterBlock

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

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

    • CODEC

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

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official c Lcvx;c:Ldkg;
      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 d Lcvx;d:Ldkj;
      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;
    • height

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

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

      protected final VoxelShape northShape
      Mappings:
      Namespace Name Mixin selector
      official e Lcvx;e:Lemv;
      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 f Lcvx;f:Lemv;
      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 g Lcvx;g:Lemv;
      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 h Lcvx;h:Lemv;
      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 i Lcvx;i:Lemv;
      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 j Lcvx;j:Lemv;
      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(float height, float xzOffset, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvx;<init>(FFLdjo$d;)V
      intermediary <init> Lnet/minecraft/class_5542;<init>(FFLnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AmethystClusterBlock;<init>(FFLnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details