Class SimpleDataRegistry<T>

java.lang.Object
net.lcc.sollib.api.common.data.reload.SimpleDataRegistry<T>

public class SimpleDataRegistry<T> extends Object
  • Field Details

    • values

      protected final Map<net.minecraft.resources.ResourceLocation,T> values
  • Constructor Details

  • Method Details

    • get

      public T get(net.minecraft.resources.ResourceLocation id)
    • getAll

      public Set<Map.Entry<net.minecraft.resources.ResourceLocation,T>> getAll()