public class SimpleDataRegistry<T>
extends Object
-
Nested Class Summary
Nested Classes
-
Field Summary
Fields
protected final Map<net.minecraft.resources.ResourceLocation,T>
-
Constructor Summary
Constructors
-
Method Summary
get(net.minecraft.resources.ResourceLocation id)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
values
protected final Map<net.minecraft.resources.ResourceLocation,T> values
-
-
Method Details
-
get
public T get(net.minecraft.resources.ResourceLocation id)
-
getAll
public Set<Map.Entry<net.minecraft.resources.ResourceLocation,T>> getAll()