Class CactusFlowerBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class CactusFlowerBlock extends PlantBlock
Mappings:
Namespace Name
named net/minecraft/block/CactusFlowerBlock
intermediary net/minecraft/class_10760
official dqm
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<CactusFlowerBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/CactusFlowerBlock;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_56569 Lnet/minecraft/class_10760;field_56569:Lcom/mojang/serialization/MapCodec;
      official a Ldqm;a:Lcom/mojang/serialization/MapCodec;
    • SHAPE

      private static final VoxelShape SHAPE
      Mappings:
      Namespace Name Mixin selector
      named SHAPE Lnet/minecraft/block/CactusFlowerBlock;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
      intermediary field_56570 Lnet/minecraft/class_10760;field_56570:Lnet/minecraft/class_265;
      official b Ldqm;b:Lfjm;
  • Constructor Details

    • CactusFlowerBlock

      public CactusFlowerBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      official <init> Leea;<init>(Leea$d;)V
  • Method Details

    • getCodec

      public com.mojang.serialization.MapCodec<? extends CactusFlowerBlock> getCodec()
      Specified by:
      getCodec in class PlantBlock
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_53969 Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
      official a Leea;a()Lcom/mojang/serialization/MapCodec;
    • getOutlineShape

      protected VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getOutlineShape Lnet/minecraft/block/AbstractBlock;getOutlineShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;
      intermediary method_9530 Lnet/minecraft/class_4970;method_9530(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;
      official a Leea;a(Leeb;Ldly;Ljb;Lfix;)Lfjm;
    • canPlantOnTop

      protected boolean canPlantOnTop(BlockState floor, BlockView world, BlockPos pos)
      Overrides:
      canPlantOnTop in class PlantBlock
      Mappings:
      Namespace Name Mixin selector
      named canPlantOnTop Lnet/minecraft/block/PlantBlock;canPlantOnTop(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_9695 Lnet/minecraft/class_2261;method_9695(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
      official b Ldzl;b(Leeb;Ldly;Ljb;)Z