public class PipeModelCacheAll
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PipeModelCacheAll.PipeAllCutoutKey |
static class |
PipeModelCacheAll.PipeAllTranslucentKey |
Constructor and Description |
---|
PipeModelCacheAll() |
Modifier and Type | Method and Description |
---|---|
static void |
clearModels() |
static java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> |
getCutoutModel(TilePipeHolder tile) |
static java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> |
getTranslucentModel(TilePipeHolder tile) |
public static java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> getCutoutModel(TilePipeHolder tile)
public static java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> getTranslucentModel(TilePipeHolder tile)
public static void clearModels()