public enum ApicultureFilterRuleType extends java.lang.Enum<ApicultureFilterRuleType> implements IFilterRuleType
| 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 ApicultureFilterRuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApicultureFilterRuleType[] |
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 ApicultureFilterRuleType BEE
public static final ApicultureFilterRuleType DRONE
public static final ApicultureFilterRuleType PRINCESS
public static final ApicultureFilterRuleType QUEEN
public static ApicultureFilterRuleType[] values()
for (ApicultureFilterRuleType c : ApicultureFilterRuleType.values()) System.out.println(c);
public static ApicultureFilterRuleType 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