Uses of Class
net.minecraftforge.common.model.Models
-
Packages that use Models Package Description net.minecraftforge.common.model -
-
Uses of Models in net.minecraftforge.common.model
Methods in net.minecraftforge.common.model that return Models Modifier and Type Method Description static Models
Models. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Models[]
Models. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-