public enum PlugBakerLens extends java.lang.Enum<PlugBakerLens> implements IPluggableStaticBaker<KeyPlugLens>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> |
bake(KeyPlugLens key) |
static void |
onModelBake() |
static PlugBakerLens |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlugBakerLens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlugBakerLens INSTANCE
public static PlugBakerLens[] values()
for (PlugBakerLens c : PlugBakerLens.values()) System.out.println(c);
public static PlugBakerLens 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 static void onModelBake()
public java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> bake(KeyPlugLens key)
bake
in interface IPluggableStaticBaker<KeyPlugLens>