Interface RegistryWrapper<T>
- All Known Implementing Classes:
VanillaRegistryWrapper
public interface RegistryWrapper<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(net.minecraft.resources.ResourceLocation location) get(net.minecraft.resources.ResourceLocation location) getForNamespace(String namespace) net.minecraft.resources.ResourceLocationgetOptional(net.minecraft.resources.ResourceLocation location) Set<net.minecraft.resources.ResourceLocation> keySet()default Stream<net.minecraft.resources.ResourceLocation> stream()
-
Method Details
-
getOptional
-
getKey
-
get
-
stream
-
keySet
Set<net.minecraft.resources.ResourceLocation> keySet() -
containsKey
boolean containsKey(net.minecraft.resources.ResourceLocation location) -
keyStream
-
getForNamespace
-