Field and Description |
---|
net.fabricmc.fabric.api.event.client.ClientSpriteRegistryCallback.EVENT
Use the
ClientSpriteRegistryCallback.event(Identifier) registration method. Since 1.14
started making use of multiple sprite atlases, it is unwise to register sprites to *all* of them. |
Method and Description |
---|
net.fabricmc.fabric.api.event.client.ClientSpriteRegistryCallback.registerBlockAtlas(ClientSpriteRegistryCallback)
Use the
ClientSpriteRegistryCallback.event(Identifier) registration method. |