Class QuiltRegistrySupplier<R,T extends R>

java.lang.Object
dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier<R,T>
All Implemented Interfaces:
RegistrySupplier<T>, Supplier<T>

public class QuiltRegistrySupplier<R,T extends R> extends Object implements RegistrySupplier<T>
  • Constructor Details

    • QuiltRegistrySupplier

      public QuiltRegistrySupplier(net.minecraft.resources.ResourceKey<R> id, Supplier<T> factory)
  • Method Details