Class Registry<T>
java.lang.Object
zombie.scripting.objects.Registry<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(ResourceLocation id) getLocation(T t) iterator()keys()register(ResourceLocation id, T t) toString()values()Methods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
Registry
-
-
Method Details
-
getLocation
-
register
-
get
-
contains
-
values
-
keys
-
iterator
-
toString
-