Package net.minestom.server.recipe
Class RecipeSerializers
java.lang.Object
net.minestom.server.recipe.RecipeSerializers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkBuffer.Type<Recipe.SpecialArmorDye> static final NetworkBuffer.Type<Recipe.SpecialBannerDuplicate> static final NetworkBuffer.Type<Recipe.Blasting> static final NetworkBuffer.Type<Recipe.SpecialBookCloning> static final NetworkBuffer.Type<Recipe.CampfireCooking> static final NetworkBuffer.Type<Recipe.Data> static final NetworkBuffer.Type<Recipe.DecoratedPot> static final NetworkBuffer.Type<Recipe.SpecialFireworkRocket> static final NetworkBuffer.Type<Recipe.SpecialFireworkStar> static final NetworkBuffer.Type<Recipe.SpecialFireworkStarFade> static final NetworkBuffer.Type<Recipe.Ingredient> static final NetworkBuffer.Type<Recipe.SpecialMapCloning> static final NetworkBuffer.Type<Recipe.SpecialMapExtending> static final NetworkBuffer.Type<Recipe> static final NetworkBuffer.Type<Recipe.SpecialRepairItem> static final NetworkBuffer.Type<Recipe.Shaped> static final NetworkBuffer.Type<Recipe.Shapeless> static final NetworkBuffer.Type<Recipe.SpecialShieldDecoration> static final NetworkBuffer.Type<Recipe.Smelting> static final NetworkBuffer.Type<Recipe.SmithingTransform> static final NetworkBuffer.Type<Recipe.SmithingTrim> static final NetworkBuffer.Type<Recipe.Smoking> static final NetworkBuffer.Type<Recipe.Stonecutting> static final NetworkBuffer.Type<Recipe.SpecialTippedArrow> static final NetworkBuffer.Type<Recipe.Transmute> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkBuffer.Type<Recipe.Data> dataSerializer(RecipeType type) static RecipeTyperecipeToType(Recipe.Data data)
-
Field Details
-
DATA
-
RECIPE
-
INGREDIENT
-
SHAPED
-
SHAPELESS
-
SMELTING
-
BLASTING
-
SMOKING
-
CAMPFIRE_COOKING
-
STONECUTTING
-
SMITHING_TRANSFORM
-
SMITHING_TRIM
-
ARMOR_DYE
-
BOOK_CLONING
-
MAP_CLONING
-
MAP_EXTENDING
-
FIREWORK_ROCKET
-
FIREWORK_STAR
-
FIREWORK_STAR_FADE
-
TIPPED_ARROW
-
BANNER_DUPLICATE
-
SHIELD_DECORATION
-
REPAIR_ITEM
-
DECORATED_POT
-
TRANSMUTE
-
-
Constructor Details
-
RecipeSerializers
public RecipeSerializers()
-
-
Method Details
-
dataSerializer
-
recipeToType
-