Class CompatibilityHelper
java.lang.Object
com.mrbysco.justenoughprofessions.compat.CompatibilityHelper
Compatibility helper for other mods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.ItemStackcompatibilityCheck(net.minecraft.world.item.ItemStack stack, @Nullable net.minecraft.resources.Identifier profession) Executes compatibility checks for the given ItemStack
-
Constructor Details
-
CompatibilityHelper
public CompatibilityHelper()
-
-
Method Details
-
compatibilityCheck
public static net.minecraft.world.item.ItemStack compatibilityCheck(net.minecraft.world.item.ItemStack stack, @Nullable @Nullable net.minecraft.resources.Identifier profession) Executes compatibility checks for the given ItemStack- Parameters:
stack- The ItemStack to checkprofession- The professionHolder to check- Returns:
- The ItemStack after compatibility checks
-