Class HTItemContainerContext

  • All Implemented Interfaces:

    @JvmRecord() 
    public final class HTItemContainerContext
    extends Record
                        

    GUIを開いている手とアイテムを保持するクラスです。

    Since:

    0.4.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Optional<InteractionHand> getHand()
      final ItemStack getStack()
      • Methods inherited from class java.lang.Object

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

      • HTItemContainerContext

        HTItemContainerContext(Optional<InteractionHand> hand, ItemStack stack)
      • HTItemContainerContext

        HTItemContainerContext(InteractionHand hand, ItemStack stack)