Class TillingActionMixin

java.lang.Object
com.pixilaremedia.pixel_carpet.mixin.mechanics.TillingActionMixin

public class TillingActionMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    tillingAction(net.minecraft.world.level.block.Block block)
     
    protected void
    tillingAction(net.minecraft.world.level.block.Block block, net.minecraft.world.level.block.Block tilledBlock)
     
    protected void
    tillingAction(net.minecraft.world.level.block.Block block, net.minecraft.world.level.block.Block tilledBlock, net.minecraft.world.level.ItemLike droppedItem)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TillingActionMixin

      public TillingActionMixin()
  • Method Details

    • tillingAction

      protected void tillingAction(net.minecraft.world.level.block.Block block, net.minecraft.world.level.block.Block tilledBlock)
    • tillingAction

      protected void tillingAction(net.minecraft.world.level.block.Block block, net.minecraft.world.level.block.Block tilledBlock, net.minecraft.world.level.ItemLike droppedItem)
    • tillingAction

      protected void tillingAction(net.minecraft.world.level.block.Block block)