Class BeetrootsBlock

All Implemented Interfaces:
Growable

public class BeetrootsBlock extends CropBlock
Mappings:
Namespace Name
official alt
intermediary net/minecraft/class_2718
named net/minecraft/block/BeetrootsBlock
  • Field Details

    • field_12569

      public static final IntProperty field_12569
      Mappings:
      Namespace Name Mixin selector
      official a Lalt;a:Laua;
      intermediary field_12569 Lnet/minecraft/class_2718;field_12569:Lnet/minecraft/class_2246;
      named field_12569 Lnet/minecraft/block/BeetrootsBlock;field_12569:Lnet/minecraft/state/property/IntProperty;
    • field_12570

      private static final Box[] field_12570
      Mappings:
      Namespace Name Mixin selector
      official d Lalt;d:[Lbdt;
      intermediary field_12570 Lnet/minecraft/class_2718;field_12570:[Lnet/minecraft/class_231;
      named field_12570 Lnet/minecraft/block/BeetrootsBlock;field_12570:[Lnet/minecraft/util/math/Box;
  • Constructor Details

    • BeetrootsBlock

      public BeetrootsBlock()
  • Method Details

    • method_11594

      protected IntProperty method_11594()
      Overrides:
      method_11594 in class CropBlock
      Mappings:
      Namespace Name Mixin selector
      official e Lamp;e()Laua;
      intermediary method_11594 Lnet/minecraft/class_122;method_11594()Lnet/minecraft/class_2246;
      named method_11594 Lnet/minecraft/block/CropBlock;method_11594()Lnet/minecraft/state/property/IntProperty;
    • method_11596

      public int method_11596()
      Overrides:
      method_11596 in class CropBlock
      Mappings:
      Namespace Name Mixin selector
      official g Lamp;g()I
      intermediary method_11596 Lnet/minecraft/class_122;method_11596()I
      named method_11596 Lnet/minecraft/block/CropBlock;method_11596()I
    • method_6469

      protected Item method_6469()
      Overrides:
      method_6469 in class CropBlock
      Mappings:
      Namespace Name Mixin selector
      official h Lamp;h()Lafh;
      intermediary method_6469 Lnet/minecraft/class_122;method_6469()Lnet/minecraft/class_1069;
      named method_6469 Lnet/minecraft/block/CropBlock;method_6469()Lnet/minecraft/item/Item;
    • method_6468

      protected Item method_6468()
      Overrides:
      method_6468 in class CropBlock
      Mappings:
      Namespace Name Mixin selector
      official i Lamp;i()Lafh;
      intermediary method_6468 Lnet/minecraft/class_122;method_6468()Lnet/minecraft/class_1069;
      named method_6468 Lnet/minecraft/block/CropBlock;method_6468()Lnet/minecraft/item/Item;
    • scheduledTick

      public void scheduledTick(World world, BlockPos pos, BlockState state, Random rand)
      Runs when the block is updated as per a schedule
      Overrides:
      scheduledTick in class CropBlock
      Parameters:
      world - The world that the block is placed in
      pos - The block's position
      state - The block's BlockState
      rand - Random object
      Mappings:
      Namespace Name Mixin selector
      official b Lalu;b(Lajs;Lco;Latl;Ljava/util/Random;)V
      intermediary method_8661 Lnet/minecraft/class_197;method_8661(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;Ljava/util/Random;)V
      named scheduledTick Lnet/minecraft/block/Block;scheduledTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Ljava/util/Random;)V
    • method_11593

      protected int method_11593(World world)
      Overrides:
      method_11593 in class CropBlock
      Mappings:
      Namespace Name Mixin selector
      official b Lamp;b(Lajs;)I
      intermediary method_11593 Lnet/minecraft/class_122;method_11593(Lnet/minecraft/class_1150;)I
      named method_11593 Lnet/minecraft/block/CropBlock;method_11593(Lnet/minecraft/world/World;)I
    • appendProperties

      protected StateManager appendProperties()
      Returns a new state manager with a property array.
      Overrides:
      appendProperties in class CropBlock
      Returns:
      New state manager
      Mappings:
      Namespace Name Mixin selector
      official b Lalu;b()Latm;
      intermediary method_8676 Lnet/minecraft/class_197;method_8676()Lnet/minecraft/class_2233;
      named appendProperties Lnet/minecraft/block/Block;appendProperties()Lnet/minecraft/state/StateManager;
    • getCollisionBox

      public Box getCollisionBox(BlockState state, BlockView view, BlockPos pos)
      Overrides:
      getCollisionBox in class CropBlock
      Mappings:
      Namespace Name Mixin selector
      official b Lalu;b(Latl;Lajw;Lco;)Lbdt;
      intermediary method_11554 Lnet/minecraft/class_197;method_11554(Lnet/minecraft/class_2232;Lnet/minecraft/class_1158;Lnet/minecraft/class_2552;)Lnet/minecraft/class_231;
      named getCollisionBox Lnet/minecraft/block/Block;getCollisionBox(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/Box;