Package com.pixelmonmod.mixin
Class MixinBlockItem
java.lang.Object
com.pixelmonmod.mixin.MixinBlockItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonBlockPlace(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)
-
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)
-