You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
A way to get informations about the amount of blocks in a craft, for instance:
Block Amount
Move Block Amount
Flyblock Amount
This might be useful for addons, a simple use might be getting the Block Amount on Pilot and then using that amount to calculate the amount of blocks left on the craft, or if there are few moveblocks on the craft while piloting it.
The text was updated successfully, but these errors were encountered:
Block Amount
This one already exists: Craft.getDataTag(Craft.MATERIALS).
The other two would be a good idea, and would be able to combine the StatusSign calculation with the official calculations caching their value in StatusManager. My initial thought is that we should have a Map<RequiredBlockEntry, Integer> as Craft.MOVE_BLOCKS and Craft.FLY_BLOCKS.
Describe the solution you'd like
A way to get informations about the amount of blocks in a craft, for instance:
Block Amount
Move Block Amount
Flyblock Amount
This might be useful for addons, a simple use might be getting the Block Amount on Pilot and then using that amount to calculate the amount of blocks left on the craft, or if there are few moveblocks on the craft while piloting it.
The text was updated successfully, but these errors were encountered: