Interface IPlatformHelper
- All Known Implementing Classes:
FabricPlatformHelper
public interface IPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.IdentifiergetEntityKey(net.minecraft.world.entity.EntityType<?> entityType) Get the registry name of the entitytypemezz.jei.api.recipe.types.IRecipeType<ProfessionWrapper> Get the RecipeType for JEI
-
Method Details
-
getEntityKey
net.minecraft.resources.Identifier getEntityKey(net.minecraft.world.entity.EntityType<?> entityType) Get the registry name of the entitytype- Parameters:
entityType- The entity type- Returns:
- The registry name
-
getProfessionType
mezz.jei.api.recipe.types.IRecipeType<ProfessionWrapper> getProfessionType()Get the RecipeType for JEI- Returns:
- The professionHolder RecipeType
-