(String pathRandom)
| 320 | } |
| 321 | |
| 322 | private static String getPathBase(String pathRandom) |
| 323 | { |
| 324 | return pathRandom.startsWith("optifine/random/") ? StrUtils.replacePrefix(pathRandom, "optifine/random/", "textures/") : (pathRandom.startsWith("mcpatcher/mob/") ? StrUtils.replacePrefix(pathRandom, "mcpatcher/mob/", "textures/entity/") : null); |
| 325 | } |
| 326 | |
| 327 | protected static ResourceLocation getLocationIndexed(ResourceLocation loc, int index) |
| 328 | { |
no test coverage detected