Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addCraftingToCrafters ломается при работе с WeightAPI #20

Open
RareScrap opened this issue Dec 6, 2019 · 0 comments

Comments

@RareScrap
Copy link
Owner

Дело в том, что addCraftingToCrafters(ICrafting), detectAndSendChanges() у TabContainer в принципе реализован плохо. Неужели нельзя полагаться на ванильный механизм синхронизации?

На него нельзя полагаться т.к. тот думает что за одним слотом закреплен лишь один итемстак. Однако если быть точнее, то ванильный механизм ничего такого "не думает" в прямом смысле. Когда срабатывает addCraftingToCrafters(ICrafting), у этого же контейнера вызывается getInventory(), который затем отсылается на клиент через ванильный механизм синхронизации. Что нам мешает слать ВЕСЬ список итемстаков и затем распихивать его по вкладкам в putStacksInSlots(ItemStack[]) на клиенте?

@RareScrap RareScrap changed the title addCraftingToCrafters ломает при работе с WeightAPI addCraftingToCrafters ломается при работе с WeightAPI Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant