public enum LepidopterologyFilterRuleType extends java.lang.Enum<LepidopterologyFilterRuleType> implements IFilterRuleType
| Enum Constant and Description |
|---|
BUTTERFLY |
CATERPILLAR |
COCOON |
FLUTTER |
SERUM |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogic(IFilterRule logic) |
java.lang.String |
getRootUID()
If a root with this uid is registered, the filter will only get stack with individuals from this root.
|
net.minecraft.client.renderer.texture.TextureAtlasSprite |
getSprite() |
net.minecraft.util.ResourceLocation |
getTextureMap() |
java.lang.String |
getUID() |
static void |
init() |
boolean |
isContainer() |
static LepidopterologyFilterRuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LepidopterologyFilterRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfisValidpublic static final LepidopterologyFilterRuleType FLUTTER
public static final LepidopterologyFilterRuleType BUTTERFLY
public static final LepidopterologyFilterRuleType SERUM
public static final LepidopterologyFilterRuleType CATERPILLAR
public static final LepidopterologyFilterRuleType COCOON
public static LepidopterologyFilterRuleType[] values()
for (LepidopterologyFilterRuleType c : LepidopterologyFilterRuleType.values()) System.out.println(c);
public static LepidopterologyFilterRuleType 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 init()
public void addLogic(IFilterRule logic)
addLogic in interface IFilterRuleTypepublic boolean isContainer()
isContainer in interface IFilterRuleTypepublic net.minecraft.client.renderer.texture.TextureAtlasSprite getSprite()
getSprite in interface IFilterRuleTypepublic net.minecraft.util.ResourceLocation getTextureMap()
getTextureMap in interface IFilterRuleTypepublic java.lang.String getRootUID()
IFilterRulegetRootUID in interface IFilterRulepublic java.lang.String getUID()
getUID in interface IFilterRuleType