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 Details

    • FabricPlatformHelper

      public FabricPlatformHelper()
  • Method Details

    • getPlatformName

      public String getPlatformName()
      Specified by:
      getPlatformName in interface com.hrznstudio.emojiful.platform.services.IPlatformHelper
    • isModLoaded

      public boolean isModLoaded(String modId)
      Specified by:
      isModLoaded in interface com.hrznstudio.emojiful.platform.services.IPlatformHelper
    • isDevelopmentEnvironment

      public boolean isDevelopmentEnvironment()
      Specified by:
      isDevelopmentEnvironment in interface com.hrznstudio.emojiful.platform.services.IPlatformHelper
    • getRecipeType

      public net.minecraft.world.item.crafting.RecipeType<com.hrznstudio.emojiful.datapack.EmojiRecipe> getRecipeType()
      Specified by:
      getRecipeType in interface com.hrznstudio.emojiful.platform.services.IPlatformHelper
    • getRecipeSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<com.hrznstudio.emojiful.datapack.EmojiRecipe> getRecipeSerializer()
      Specified by:
      getRecipeSerializer in interface com.hrznstudio.emojiful.platform.services.IPlatformHelper