Interface RecipeDisplay
- All Known Implementing Classes:
FurnaceRecipeDisplay,ShapedCraftingRecipeDisplay,ShapelessCraftingRecipeDisplay,SmithingRecipeDisplay,StonecutterRecipeDisplay
public interface RecipeDisplay
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRecipeDisplay.Type<T extends RecipeDisplay> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RecipeDisplay> static final StreamCodec<RegistryFriendlyByteBuf, RecipeDisplay> -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisEnabled(FeatureFlagSet pEnabledFeatures) result()RecipeDisplay.Type<? extends RecipeDisplay> type()
-
Field Details
-
CODEC
-
STREAM_CODEC
-
-
Method Details
-
result
SlotDisplay result() -
craftingStation
SlotDisplay craftingStation() -
type
RecipeDisplay.Type<? extends RecipeDisplay> type() -
isEnabled
-