Class DataResourceStore.Key<T>

java.lang.Object
net.fabricmc.fabric.api.resource.v1.DataResourceStore.Key<T>
Type Parameters:
T - the type of this key
Enclosing interface:
DataResourceStore

public static final class DataResourceStore.Key<T> extends Object
Represents a typed key for the data resource store.
  • Constructor Details

    • Key

      public Key()