Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
ItemStackLike.asImmutable()
instead.UseItemStackLike.asMutable()
orItemStackLike.asMutableCopy()
instead.UseCookingResult(ItemStackLike, double)
instead.UseIngredient.of(ItemStackLike...)
instead.UseIngredient.of(ItemStackLike...)
instead.UseRecipeResult(ItemStackLike, List)
instead.
-
Deprecated MethodsMethodDescriptionUse
ItemStackLike.asImmutable()
instead.UseItemStackLike.asMutable()
orItemStackLike.asMutableCopy()
instead.UseIngredient.of(ItemStackLike...)
instead.UseIngredient.of(ItemStackLike...)
instead.Is currently not supported by the basic packet channel during the handshake phaseIs currently not supported by the basic packet channelIs currently not supported by the basic packet channelContext does not support changing the values
-
Deprecated ConstructorsConstructorDescriptionUse
CookingResult(ItemStackLike, double)
instead.UseRecipeResult(ItemStackLike, List)
instead.