-
Method Summary
get(net.minecraft.resources.ResourceLocation id)
@UnmodifiableView Set<net.minecraft.resources.ResourceLocation>
@Nullable net.minecraft.resources.ResourceLocation
net.minecraft.resources.ResourceLocation
getOrThrow(net.minecraft.resources.ResourceLocation id)
boolean
void
register(net.minecraft.resources.ResourceLocation id,
T object)
-
Method Details
-
register
void register(net.minecraft.resources.ResourceLocation id,
T object)
-
registerAndGet
<S extends T> S registerAndGet(net.minecraft.resources.ResourceLocation id,
S object)
-
get
@Nullable
T get(net.minecraft.resources.ResourceLocation id)
-
getId
@Nullable
@Nullable net.minecraft.resources.ResourceLocation getId(T object)
-
getOrThrow
T getOrThrow(net.minecraft.resources.ResourceLocation id)
-
getIdOrThrow
net.minecraft.resources.ResourceLocation getIdOrThrow(T object)
-
getAllIds
@UnmodifiableView Set<net.minecraft.resources.ResourceLocation> getAllIds()
-
-
isFrozen
boolean isFrozen()