Class RootsBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class RootsBlock extends PlantBlock
Mappings:
Namespace Name
official dda
intermediary net/minecraft/class_4774
named net/minecraft/block/RootsBlock
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<RootsBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldda;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_46429 Lnet/minecraft/class_4774;field_46429:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/RootsBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • field_31235

      protected static final float field_31235
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldda;b:F
      intermediary field_31235 Lnet/minecraft/class_4774;field_31235:F
      named field_31235 Lnet/minecraft/block/RootsBlock;field_31235:F
    • SHAPE

      protected static final VoxelShape SHAPE
      Mappings:
      Namespace Name Mixin selector
      official c Ldda;c:Lemm;
      intermediary field_22137 Lnet/minecraft/class_4774;field_22137:Lnet/minecraft/class_265;
      named SHAPE Lnet/minecraft/block/RootsBlock;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • RootsBlock

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

    • getCodec

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

      public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Ldjg;a(Ldjh;Lcsv;Lhx;Lely;)Lemm;
      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;
      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;
    • canPlantOnTop

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