Class FlowerBlock

All Implemented Interfaces:
Itemable

public class FlowerBlock extends PlantBlock
Mappings:
Namespace Name
official beu
intermediary net/minecraft/class_112
named net/minecraft/block/FlowerBlock
  • Field Details

    • field_18343

      protected static final VoxelShape field_18343
      Mappings:
      Namespace Name Mixin selector
      official a Lbeu;a:Lcew;
      intermediary field_18343 Lnet/minecraft/class_112;field_18343:Lnet/minecraft/class_4100;
      named field_18343 Lnet/minecraft/block/FlowerBlock;field_18343:Lnet/minecraft/util/shapes/VoxelShape;
  • Constructor Details

    • FlowerBlock

      public FlowerBlock(Block.Builder settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbcs;<init>(Lbcs$c;)V
      intermediary <init> Lnet/minecraft/class_197;<init>(Lnet/minecraft/class_197$class_3692;)V
      named <init> Lnet/minecraft/block/Block;<init>(Lnet/minecraft/block/Block$Builder;)V
  • Method Details

    • getOutlineShape

      public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos)
      Overrides:
      getOutlineShape in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lbcs;a(Lblc;Laxk;Lel;)Lcew;
      intermediary method_11554 Lnet/minecraft/class_197;method_11554(Lnet/minecraft/class_2232;Lnet/minecraft/class_1158;Lnet/minecraft/class_2552;)Lnet/minecraft/class_4100;
      named getOutlineShape Lnet/minecraft/block/Block;getOutlineShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/shapes/VoxelShape;
    • getOffsetType

      public Block.OffsetType getOffsetType()
      Returns the block's offset type. Used by grass and flowers.
      Overrides:
      getOffsetType in class Block
      Returns:
      The block's offset type
      Mappings:
      Namespace Name Mixin selector
      official q Lbcs;q()Lbcs$b;
      intermediary method_8634 Lnet/minecraft/class_197;method_8634()Lnet/minecraft/class_197$class_2177;
      named getOffsetType Lnet/minecraft/block/Block;getOffsetType()Lnet/minecraft/block/Block$OffsetType;