Class BlockDerivedSoil
java.lang.Object
net.darkhax.botanypots.common.api.data.recipes.BotanyPotRecipe
net.darkhax.botanypots.common.api.data.recipes.soil.Soil
net.darkhax.botanypots.common.impl.data.recipe.soil.BasicSoil
net.darkhax.botanypots.common.impl.data.recipe.soil.BlockDerivedSoil
- All Implemented Interfaces:
CacheableRecipe,net.minecraft.world.item.crafting.Recipe<BotanyPotContext>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.darkhax.botanypots.common.impl.data.recipe.soil.BasicSoil
BasicSoil.Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<BlockDerivedSoil> static final net.minecraft.world.item.crafting.RecipeSerializer<BlockDerivedSoil> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, BlockDerivedSoil> Fields inherited from class net.darkhax.botanypots.common.api.data.recipes.soil.Soil
CACHE, RECIPES, TYPE, TYPE_IDFields 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.soil.BasicSoil
canBeCached, couldMatch, getDisplay, getGrowthModifier, getLightLevel, getProperties, getSerializer, hoverTooltip, isCacheKey, matchesMethods inherited from class net.darkhax.botanypots.common.api.data.recipes.soil.Soil
getSoil, getType, 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,BlockDerivedSoil> STREAM -
SERIALIZER
-
-
Constructor Details
-
BlockDerivedSoil
-
-
Method Details
-
getBlockProperties
-