Interface RegistryManager<B>


public interface RegistryManager<B>
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> B
    content(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryKey, T t)
     
  • Method Details

    • content

      <T> B content(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryKey, T t)