Package ml.pluto7073.pdapi.specialty
Class InProgressItemRegistry
java.lang.Object
ml.pluto7073.pdapi.specialty.InProgressItemRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.ItemgetBase(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.ItemgetInProgress(net.minecraft.world.item.Item base) Deprecated, for removal: This API element is subject to removal in a future version.static booleanisInProgressItem(net.minecraft.world.item.Item item) Deprecated, for removal: This API element is subject to removal in a future version.static voidregister(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.
-
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.
-