Class Swap.SwapResultOld

java.lang.Object
com.hammy275.immersivemc.server.swap.Swap.SwapResultOld
Enclosing class:
Swap

public static class Swap.SwapResultOld extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.world.item.ItemStack
     
    final net.minecraft.world.item.ItemStack
     
    final net.minecraft.world.item.ItemStack
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SwapResultOld(net.minecraft.world.item.ItemStack toHand, net.minecraft.world.item.ItemStack toOther, net.minecraft.world.item.ItemStack leftovers)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • toHand

      public final net.minecraft.world.item.ItemStack toHand
    • toOther

      public final net.minecraft.world.item.ItemStack toOther
    • leftovers

      public final net.minecraft.world.item.ItemStack leftovers
  • Constructor Details

    • SwapResultOld

      public SwapResultOld(net.minecraft.world.item.ItemStack toHand, net.minecraft.world.item.ItemStack toOther, net.minecraft.world.item.ItemStack leftovers)