MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / updateIcons

Method updateIcons

src/main/java/net/optifine/CustomItems.java:227–233  ·  view source on GitHub ↗
(TextureMap textureMap)

Source from the content-addressed store, hash-verified

225 }
226
227 public static void updateIcons(TextureMap textureMap)
228 {
229 for (CustomItemProperties customitemproperties : getAllProperties())
230 {
231 customitemproperties.updateIcons(textureMap);
232 }
233 }
234
235 public static void loadModels(ModelBakery modelBakery)
236 {

Callers 1

loadTextureAtlasMethod · 0.95

Calls 1

getAllPropertiesMethod · 0.95

Tested by

no test coverage detected