public interface IPipeBaseModelGen
Modifier and Type | Field and Description |
---|---|
static DetailedConfigOption |
OPTION_INSIDE_COLOUR_MULT |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> |
generateCutout(PipeModelCacheBase.PipeBaseCutoutKey key) |
java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> |
generateTranslucent(PipeModelCacheBase.PipeBaseTranslucentKey key) |
net.minecraft.client.renderer.texture.TextureAtlasSprite |
getItemSprite(PipeDefinition def,
int index)
Gets a sprite that can be baked into the item model.
|
void |
onTextureStitchPre(net.minecraft.client.renderer.texture.TextureMap map) |
static final DetailedConfigOption OPTION_INSIDE_COLOUR_MULT
java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> generateCutout(PipeModelCacheBase.PipeBaseCutoutKey key)
java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> generateTranslucent(PipeModelCacheBase.PipeBaseTranslucentKey key)
net.minecraft.client.renderer.texture.TextureAtlasSprite getItemSprite(PipeDefinition def, int index)
void onTextureStitchPre(net.minecraft.client.renderer.texture.TextureMap map)