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

Method updateIcons

src/main/java/net/optifine/BetterGrass.java:50–55  ·  view source on GitHub ↗
(TextureMap textureMap)

Source from the content-addressed store, hash-verified

48 private static final String TEXTURE_SNOW_DEFAULT = "blocks/snow";
49
50 public static void updateIcons(TextureMap textureMap)
51 {
52 spritesLoaded = false;
53 modelsLoaded = false;
54 loadProperties(textureMap);
55 }
56
57 public static void update()
58 {

Callers 1

loadTextureAtlasMethod · 0.95

Calls 1

loadPropertiesMethod · 0.95

Tested by

no test coverage detected