public enum PipeBaseModelGenStandard extends java.lang.Enum<PipeBaseModelGenStandard> implements IPipeBaseModelGen
Enum Constant and Description |
---|
INSTANCE |
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[] |
getItemSprites(PipeDefinition def) |
void |
onTextureStitchPre(net.minecraft.client.renderer.texture.TextureMap map) |
static PipeBaseModelGenStandard |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipeBaseModelGenStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipeBaseModelGenStandard INSTANCE
public static PipeBaseModelGenStandard[] values()
for (PipeBaseModelGenStandard c : PipeBaseModelGenStandard.values()) System.out.println(c);
public static PipeBaseModelGenStandard valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void onTextureStitchPre(net.minecraft.client.renderer.texture.TextureMap map)
onTextureStitchPre
in interface IPipeBaseModelGen
public net.minecraft.client.renderer.texture.TextureAtlasSprite[] getItemSprites(PipeDefinition def)
getItemSprites
in interface IPipeBaseModelGen
public java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> generateCutout(PipeModelCacheBase.PipeBaseCutoutKey key)
generateCutout
in interface IPipeBaseModelGen
public java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> generateTranslucent(PipeModelCacheBase.PipeBaseTranslucentKey key)
generateTranslucent
in interface IPipeBaseModelGen