Interface ApiLookupMap.LookupFactory<L>
- Enclosing interface:
ApiLookupMap<L>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Method Details
-
get
Deprecated, for removal: This API element is subject to removal in a future version.Create a new API lookup implementation.- Parameters:
apiClass
- The API class passed toApiLookupMap.getLookup(net.minecraft.util.Identifier, java.lang.Class<?>, java.lang.Class<?>)
.contextClass
- The context class passed toApiLookupMap.getLookup(net.minecraft.util.Identifier, java.lang.Class<?>, java.lang.Class<?>)
.
-
ApiLookupMap.LookupConstructor
should be used instead as it also passes the identifier.