Interface SignApplicator
- All Known Implementing Classes:
DyeItem, GlowInkSacItem, HoneycombItem, InkSacItem
public interface SignApplicator
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanApplyToSign(SignText text, ItemStack item, Player player) booleantryApplyToSign(Level level, SignBlockEntity sign, boolean isFrontText, ItemStack item, Player player)
-
Method Details
-
tryApplyToSign
boolean tryApplyToSign(Level level, SignBlockEntity sign, boolean isFrontText, ItemStack item, Player player) -
canApplyToSign
-