Package net.tnemc.item.platform.check
Interface LocaleItemCheck<T>
- All Superinterfaces:
Identifiable
,ItemCheck<T>
- All Known Implementing Classes:
PDCCheck
LocaleItemCheck is used to check the locale item specifically, and is the priority check in platform checks.
- Since:
- 0.2.0.0
- Author:
- creatorfromhell
-
Method Summary
Methods inherited from interface net.tnemc.item.platform.Identifiable
identifier
-
Method Details
-
applies
Checks if the given LocaleItemCheck applies based on the original item and the item to check.- Parameters:
original
- the original itemcheck
- the item to check- Returns:
- true if the LocaleItemCheck applies, false otherwise
- Since:
- 0.2.0.0, 0.2.0.0
-
check
- Parameters:
original
- the original stackcheck
- the stack to use for the check- Returns:
- True if the check passes, otherwise false.
- Since:
- 0.2.0.0, 0.2.0.0
-
check
-