public static enum FMLModIdMappingEvent.RemapTarget extends java.lang.Enum<FMLModIdMappingEvent.RemapTarget>
| Modifier and Type | Method and Description | 
|---|---|
static FMLModIdMappingEvent.RemapTarget | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static FMLModIdMappingEvent.RemapTarget[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FMLModIdMappingEvent.RemapTarget BLOCK
public static final FMLModIdMappingEvent.RemapTarget ITEM
public static FMLModIdMappingEvent.RemapTarget[] values()
for (FMLModIdMappingEvent.RemapTarget c : FMLModIdMappingEvent.RemapTarget.values()) System.out.println(c);
public static FMLModIdMappingEvent.RemapTarget 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 null