public static final class CraftingHelper.FactoryLoader<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.function.BiConsumer<ResourceLocation,T> |
consumer |
(package private) java.lang.String |
name |
(package private) java.lang.Class<T> |
type |
| Constructor and Description |
|---|
FactoryLoader(java.lang.String name,
java.lang.Class<T> type,
java.util.function.BiConsumer<ResourceLocation,T> consumer) |
final java.lang.String name
final java.lang.Class<T> type
final java.util.function.BiConsumer<ResourceLocation,T> consumer
FactoryLoader(java.lang.String name,
java.lang.Class<T> type,
java.util.function.BiConsumer<ResourceLocation,T> consumer)