Enum Class ItemTransforms.TransformType
java.lang.Object
java.lang.Enum<ItemTransforms.TransformType>
net.minecraft.client.renderer.block.model.ItemTransforms.TransformType
- All Implemented Interfaces:
Serializable
,Comparable<ItemTransforms.TransformType>
,Constable
,IExtensibleEnum
- Enclosing class:
- ItemTransforms
public static enum ItemTransforms.TransformType
extends Enum<ItemTransforms.TransformType>
implements IExtensibleEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ItemTransforms.TransformType
private final boolean
private final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TransformType
(String name) private
TransformType
(ResourceLocation serializeName) private
TransformType
(ResourceLocation serializeName, ItemTransforms.TransformType fallback) -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemTransforms.TransformType
create
(String keyName, ResourceLocation serializeName) static ItemTransforms.TransformType
create
(String keyName, ResourceLocation serializeName, ItemTransforms.TransformType fallback) fallback()
boolean
boolean
isModded()
static ItemTransforms.TransformType
Returns the enum constant of this class with the specified name.static ItemTransforms.TransformType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraftforge.common.IExtensibleEnum
init
-
Enum Constant Details
-
NONE
-
THIRD_PERSON_LEFT_HAND
-
THIRD_PERSON_RIGHT_HAND
-
FIRST_PERSON_LEFT_HAND
-
FIRST_PERSON_RIGHT_HAND
-
HEAD
-
GUI
-
GROUND
-
FIXED
-
-
Field Details
-
serializeName
-
isModded
private final boolean isModded -
fallback
-
-
Constructor Details
-
TransformType
-
TransformType
-
TransformType
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
firstPerson
public boolean firstPerson() -
isModded
public boolean isModded() -
fallback
-
getSerializeName
-
create
-
create
public static ItemTransforms.TransformType create(String keyName, ResourceLocation serializeName, ItemTransforms.TransformType fallback)
-