Klasse UShapedRecipeSerializer<T extends net.minecraft.world.item.crafting.ShapedRecipe>
java.lang.Object
info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer<T>
- Alle implementierten Schnittstellen:
net.minecraft.world.item.crafting.RecipeSerializer<T>
- Bekannte direkte Unterklassen:
NoMirrorShapedRecipe.Serializer
public abstract class UShapedRecipeSerializer<T extends net.minecraft.world.item.crafting.ShapedRecipe>
extends Object
implements net.minecraft.world.item.crafting.RecipeSerializer<T>
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungprotected static final record -
Feldübersicht
Von Schnittstelle geerbte Felder net.minecraft.world.item.crafting.RecipeSerializer
ARMOR_DYE, BANNER_DUPLICATE, BLASTING_RECIPE, BOOK_CLONING, CAMPFIRE_COOKING_RECIPE, DECORATED_POT_RECIPE, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED_RECIPE, SHAPELESS_RECIPE, SHIELD_DECORATION, SHULKER_BOX_COLORING, SMELTING_RECIPE, SMITHING_TRANSFORM, SMITHING_TRIM, SMOKING_RECIPE, STONECUTTER, SUSPICIOUS_STEW, TIPPED_ARROW -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.mojang.serialization.MapCodec<T> codec()protected abstract TcreateRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.crafting.ShapedRecipePattern pattern, net.minecraft.world.item.ItemStack result, boolean showNotification) fromNetwork(net.minecraft.network.RegistryFriendlyByteBuf buffer) net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, T> void
-
Konstruktordetails
-
UShapedRecipeSerializer
public UShapedRecipeSerializer()
-
-
Methodendetails
-
codec
- Angegeben von:
codecin Schnittstellenet.minecraft.world.item.crafting.RecipeSerializer<T extends net.minecraft.world.item.crafting.ShapedRecipe>
-
streamCodec
public net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,T> streamCodec()- Angegeben von:
streamCodecin Schnittstellenet.minecraft.world.item.crafting.RecipeSerializer<T extends net.minecraft.world.item.crafting.ShapedRecipe>
-
fromNetwork
-
toNetwork
-
createRecipe
-