Class BlockDerivedCrop
java.lang.Object
net.darkhax.botanypots.common.api.data.recipes.BotanyPotRecipe
net.darkhax.botanypots.common.api.data.recipes.crop.Crop
net.darkhax.botanypots.common.impl.data.recipe.crop.BasicCrop
net.darkhax.botanypots.common.impl.data.recipe.crop.BlockDerivedCrop
- All Implemented Interfaces:
CacheableRecipe,net.minecraft.world.item.crafting.Recipe<BotanyPotContext>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<BlockDerivedCrop> static final net.minecraft.world.item.crafting.RecipeSerializer<BlockDerivedCrop> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, BlockDerivedCrop> Fields inherited from class net.darkhax.botanypots.common.impl.data.recipe.crop.BasicCrop
DIRT, TOOLTIP_WRONG_SOILFields inherited from class net.darkhax.botanypots.common.api.data.recipes.crop.Crop
CACHE, RECIPES, TYPEFields inherited from interface net.minecraft.world.item.crafting.Recipe
STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.darkhax.botanypots.common.impl.data.recipe.crop.BasicCrop
canBeCached, couldMatch, getBasicProperties, getDisplayState, getRequiredGrowthTicks, getSerializer, hoverTooltip, isCacheKey, isGrowthSustained, isValidSoil, matches, onHarvestMethods inherited from class net.darkhax.botanypots.common.api.data.recipes.crop.Crop
canHarvest, getCrop, getLightLevelEmitted, getType, onGrowthTick, onTickMethods inherited from class net.darkhax.botanypots.common.api.data.recipes.BotanyPotRecipe
assemble, canCraftInDimensions, getResultItem, isSpecial, recipeCodec, recipeStream, showNotificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete
-
Field Details
-
CODEC
-
STREAM
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,BlockDerivedCrop> STREAM -
SERIALIZER
-
-
Constructor Details
-
BlockDerivedCrop
-
-
Method Details
-
getProperties
-