Polymer

Polymer

763k Downloads

Allow iterating over Polymer registry entries

haykam821 opened this issue ยท 3 comments

commented

Some way of iterating over both identifiers and content in a Polymer registry would be beneficial, like the vanilla Registry#getEntries method.

commented

You can already do that, as it already implements Iterable interface, but on server there is only ItemGroup registry really. On client there are ones for Blocks/Items representations synced with clients

commented

As far as I can see, you can iterate over identifiers or content but not both at the same time.

commented

Ah then yeah