Class VanillaRegistryWrapper<T>

java.lang.Object
com.blamejared.crafttweaker.platform.registry.VanillaRegistryWrapper<T>
All Implemented Interfaces:
RegistryWrapper<T>

public class VanillaRegistryWrapper<T> extends Object implements RegistryWrapper<T>
  • Constructor Details

    • VanillaRegistryWrapper

      public VanillaRegistryWrapper(net.minecraft.core.Registry<T> registry)
  • Method Details