Class MixinBlockItem

java.lang.Object
com.pixelmonmod.mixin.MixinBlockItem

public class MixinBlockItem extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBlockPlace(net.minecraft.world.item.context.BlockPlaceContext context, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResult> cir, net.minecraft.world.item.context.BlockPlaceContext blockplacecontext, net.minecraft.world.level.block.state.BlockState blockstate, net.minecraft.core.BlockPos blockpos, net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack itemstack, net.minecraft.world.level.block.state.BlockState blockstate1)
     

    Methods inherited from class java.lang.Object

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

    • MixinBlockItem

      public MixinBlockItem()
  • Method Details

    • onBlockPlace

      public void onBlockPlace(net.minecraft.world.item.context.BlockPlaceContext context, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResult> cir, net.minecraft.world.item.context.BlockPlaceContext blockplacecontext, net.minecraft.world.level.block.state.BlockState blockstate, net.minecraft.core.BlockPos blockpos, net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack itemstack, net.minecraft.world.level.block.state.BlockState blockstate1)