Class VanillaRegistryWrapper<T>
java.lang.Object
com.blamejared.crafttweaker.platform.registry.VanillaRegistryWrapper<T>
- All Implemented Interfaces:
RegistryWrapper<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(net.minecraft.resources.ResourceLocation location) get(net.minecraft.resources.ResourceLocation location) net.minecraft.resources.ResourceLocationgetOptional(net.minecraft.resources.ResourceLocation location) Set<net.minecraft.resources.ResourceLocation>keySet()stream()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.platform.registry.RegistryWrapper
getForNamespace, keyStream
-
Constructor Details
-
VanillaRegistryWrapper
-
-
Method Details
-
getOptional
- Specified by:
getOptionalin interfaceRegistryWrapper<T>
-
getKey
- Specified by:
getKeyin interfaceRegistryWrapper<T>
-
get
- Specified by:
getin interfaceRegistryWrapper<T>
-
stream
- Specified by:
streamin interfaceRegistryWrapper<T>
-
containsKey
public boolean containsKey(net.minecraft.resources.ResourceLocation location) - Specified by:
containsKeyin interfaceRegistryWrapper<T>
-
keySet
- Specified by:
keySetin interfaceRegistryWrapper<T>
-