Interface RegistryWrapper<V>

All Superinterfaces:
Iterable<V>
All Known Subinterfaces:
BindableRegistryWrapper<V>
All Known Implementing Classes:
RegistryWrapImpl

public interface RegistryWrapper<V> extends Iterable<V>
This class only has one role and that is to wrap registries
  • Method Summary

    Modifier and Type
    Method
    Description
    get(net.minecraft.resources.Identifier key)
     
    net.minecraft.resources.Identifier
    key(V val)
     

    Methods inherited from interface Iterable

    forEach, iterator, spliterator
  • Method Details

    • get

      V get(net.minecraft.resources.Identifier key)
    • key

      net.minecraft.resources.Identifier key(V val)