Class ItemStackContainerWindow

java.lang.Object
com.hypixel.hytale.server.core.entity.entities.player.windows.Window
com.hypixel.hytale.server.core.entity.entities.player.windows.ItemStackContainerWindow
All Implemented Interfaces:
ItemContainerWindow

public class ItemStackContainerWindow extends Window implements ItemContainerWindow
  • Field Details

    • windowData

      @Nonnull private final com.google.gson.JsonObject windowData
    • itemStackItemContainer

      @Nonnull private final ItemStackItemContainer itemStackItemContainer
    • eventRegistration

      @Nullable private EventRegistration eventRegistration
  • Constructor Details

    • ItemStackContainerWindow

      public ItemStackContainerWindow(@Nonnull ItemStackItemContainer itemStackItemContainer)
  • Method Details