Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- public ActionResult<ItemStack> onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn, EnumHand hand)
- {
- FMLNetworkHandler.openGui(playerIn, YugiohMod.instance, GuiHandler.DECK_GUI, worldIn, playerIn.getPosition().getX(), playerIn.getPosition().getY(), playerIn.getPosition().getZ());
- return new ActionResult(EnumActionResult.SUCCESS, itemStackIn);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement