Package com.hrznstudio.emojiful.platform
Class FabricPlatformHelper
java.lang.Object
com.hrznstudio.emojiful.platform.FabricPlatformHelper
- All Implemented Interfaces:
com.hrznstudio.emojiful.platform.services.IPlatformHelper
public class FabricPlatformHelper
extends Object
implements com.hrznstudio.emojiful.platform.services.IPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeSerializer<com.hrznstudio.emojiful.datapack.EmojiRecipe> net.minecraft.world.item.crafting.RecipeType<com.hrznstudio.emojiful.datapack.EmojiRecipe> booleanbooleanisModLoaded(String modId)
-
Constructor Details
-
FabricPlatformHelper
public FabricPlatformHelper()
-
-
Method Details
-
getPlatformName
- Specified by:
getPlatformNamein interfacecom.hrznstudio.emojiful.platform.services.IPlatformHelper
-
isModLoaded
- Specified by:
isModLoadedin interfacecom.hrznstudio.emojiful.platform.services.IPlatformHelper
-
isDevelopmentEnvironment
public boolean isDevelopmentEnvironment()- Specified by:
isDevelopmentEnvironmentin interfacecom.hrznstudio.emojiful.platform.services.IPlatformHelper
-
getRecipeType
public net.minecraft.world.item.crafting.RecipeType<com.hrznstudio.emojiful.datapack.EmojiRecipe> getRecipeType()- Specified by:
getRecipeTypein interfacecom.hrznstudio.emojiful.platform.services.IPlatformHelper
-
getRecipeSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<com.hrznstudio.emojiful.datapack.EmojiRecipe> getRecipeSerializer()- Specified by:
getRecipeSerializerin interfacecom.hrznstudio.emojiful.platform.services.IPlatformHelper
-