Package com.blamejared.crafttweaker
Class CraftTweakerRegistries.Keys
java.lang.Object
com.blamejared.crafttweaker.CraftTweakerRegistries.Keys
- Enclosing class:
CraftTweakerRegistries
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<IIngredientConditionSerializer<?>>> static net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<IIngredientTransformerSerializer<?>>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TRANSFORMER_SERIALIZER
public static net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<IIngredientTransformerSerializer<?>>> TRANSFORMER_SERIALIZER -
CONDITIONER_SERIALIZER
public static net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<IIngredientConditionSerializer<?>>> CONDITIONER_SERIALIZER
-
-
Constructor Details
-
Keys
public Keys()
-