public class MCOreDict
extends java.lang.Object
implements crafttweaker.api.oredict.IOreDict
Constructor and Description |
---|
MCOreDict() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.String name) |
crafttweaker.api.oredict.IOreDictEntry |
get(java.lang.String name) |
java.util.List<crafttweaker.api.oredict.IOreDictEntry> |
getEntries() |
java.util.Iterator<crafttweaker.api.oredict.IOreDictEntry> |
iterator() |
public crafttweaker.api.oredict.IOreDictEntry get(java.lang.String name)
get
in interface crafttweaker.api.oredict.IOreDict
public java.util.List<crafttweaker.api.oredict.IOreDictEntry> getEntries()
getEntries
in interface crafttweaker.api.oredict.IOreDict
public boolean contains(java.lang.String name)
contains
in interface crafttweaker.api.oredict.IOreDict
public java.util.Iterator<crafttweaker.api.oredict.IOreDictEntry> iterator()
iterator
in interface java.lang.Iterable<crafttweaker.api.oredict.IOreDictEntry>