ItemContext

public class ItemContext

Class ItemContext. Provides itemcontext functionality for the Hytale server.

java.lang.Object > ItemContext

Field Summary

No fields documented.

Method Detail

ItemContext

public public ItemContext (@Nonnull final ItemContainer container, final short slot, @Nonnull final ItemStack itemStack)

Method ItemContext.

Parameters:
@Nonnull final ItemContainer container
final short slot
@Nonnull final ItemStack itemStack

getContainer

public ItemContainer getContainer ()

Method getContainer.

getSlot

public short getSlot ()

Method getSlot.

getItemStack

public ItemStack getItemStack ()

Method getItemStack.

toString

public String toString ()

Method toString.