Class InProgressItemRegistry

java.lang.Object
ml.pluto7073.pdapi.specialty.InProgressItemRegistry

@Deprecated(forRemoval=true) public class InProgressItemRegistry extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.Item
    getBase(net.minecraft.world.item.Item inProgress)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static net.minecraft.world.item.Item
    getInProgress(net.minecraft.world.item.Item base)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static boolean
    isInProgressItem(net.minecraft.world.item.Item item)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    register(net.minecraft.world.item.Item base, net.minecraft.world.item.Item inProgress)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • InProgressItemRegistry

      public InProgressItemRegistry()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isInProgressItem

      public static boolean isInProgressItem(net.minecraft.world.item.Item item)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBase

      public static net.minecraft.world.item.Item getBase(net.minecraft.world.item.Item inProgress)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • register

      public static void register(net.minecraft.world.item.Item base, net.minecraft.world.item.Item inProgress)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getInProgress

      public static net.minecraft.world.item.Item getInProgress(net.minecraft.world.item.Item base)
      Deprecated, for removal: This API element is subject to removal in a future version.