Uses of Class
mgui.io.domestic.maps.NameMapLoader.Format
Package | Description |
---|---|
mgui.io.domestic.maps |
-
Uses of NameMapLoader.Format in mgui.io.domestic.maps
Fields in mgui.io.domestic.maps declared as NameMapLoader.Format Modifier and Type Field Description NameMapLoader.Format
NameMapInOptions. format
protected NameMapLoader.Format
NameMapLoader. format
Methods in mgui.io.domestic.maps that return NameMapLoader.Format Modifier and Type Method Description static NameMapLoader.Format
NameMapLoader.Format. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NameMapLoader.Format[]
NameMapLoader.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.io.domestic.maps with parameters of type NameMapLoader.Format Constructor Description NameMapLoader(java.io.File file, NameMapLoader.Format format)