Class ItemUtil

java.lang.Object
cn.ycraft.limbo.util.ItemUtil

public class ItemUtil extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @Nullable org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack
    from(ItemStack itemStack)
     
    static ItemStack
    to(@Nullable org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack itemStack)
     

    Methods inherited from class java.lang.Object

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

    • AIR

      public static final @Nullable org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack AIR
  • Constructor Details

    • ItemUtil

      public ItemUtil()
  • Method Details

    • from

      public static org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack from(ItemStack itemStack)
    • to

      public static ItemStack to(@Nullable org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack itemStack)