Package com.petrolpark.compat.create
Class PetrolparkDoughToppingTypes
java.lang.Object
com.petrolpark.compat.create.PetrolparkDoughToppingTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.tterrag.registrate.util.entry.RegistryEntry<IDoughTopping.Type<?>, DoughToppingType<CookableTopping>> static final com.tterrag.registrate.util.entry.RegistryEntry<IDoughTopping.Type<?>, DoughToppingType<SimpleTopping>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidregister()static final <T extends IDoughTopping>
com.tterrag.registrate.util.entry.RegistryEntry<IDoughTopping.Type<?>, DoughToppingType<T>> register(com.tterrag.registrate.AbstractRegistrate<?> registrate, String name, com.mojang.serialization.MapCodec<T> codec, net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf, T> streamCodec)
-
Field Details
-
SIMPLE
public static final com.tterrag.registrate.util.entry.RegistryEntry<IDoughTopping.Type<?>,DoughToppingType<SimpleTopping>> SIMPLE -
COOKABLE
public static final com.tterrag.registrate.util.entry.RegistryEntry<IDoughTopping.Type<?>,DoughToppingType<CookableTopping>> COOKABLE
-
-
Constructor Details
-
PetrolparkDoughToppingTypes
public PetrolparkDoughToppingTypes()
-
-
Method Details
-
register
public static final <T extends IDoughTopping> com.tterrag.registrate.util.entry.RegistryEntry<IDoughTopping.Type<?>,DoughToppingType<T>> register(com.tterrag.registrate.AbstractRegistrate<?> registrate, String name, com.mojang.serialization.MapCodec<T> codec, net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf, T> streamCodec) -
register
public static final void register()
-