ModCoderPack/MCPBot-Issues

[1.15] MerchantOffer: getMaxUses -> setNoUsesLeft

Closed this issue · 0 comments

  • func_222216_p in net.minecraft.item.MerchantOffer: getMaxUses -> setNoUsesLeft

This function doesn't return the field maxUses of this class, instead it sets the current uses. It also doesn't have a return type so it can't return anything. The function func_222214_i returns the field maxUses.