Package net.minecraft.item
Interface SignChangingItem
- All Known Implementing Classes:
 DyeItem,GlowInkSacItem,HoneycombItem,InkSacItem
public interface SignChangingItem
- Mappings:
 Namespace Name named net/minecraft/item/SignChangingItemintermediary net/minecraft/class_8234official cys
- 
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanUseOnSignText(SignText signText, PlayerEntity player) booleanuseOnSign(World world, SignBlockEntity signBlockEntity, boolean front, PlayerEntity player)  
- 
Method Details
- 
useOnSign
- Mappings:
 Namespace Name Mixin selector named useOnSignLnet/minecraft/item/SignChangingItem;useOnSign(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/SignBlockEntity;ZLnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_49798Lnet/minecraft/class_8234;method_49798(Lnet/minecraft/class_1937;Lnet/minecraft/class_2625;ZLnet/minecraft/class_1657;)Zofficial aLcys;a(Ldhh;Ldwj;ZLcpw;)Z
 - 
canUseOnSignText
- Mappings:
 Namespace Name Mixin selector named canUseOnSignTextLnet/minecraft/item/SignChangingItem;canUseOnSignText(Lnet/minecraft/block/entity/SignText;Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_49801Lnet/minecraft/class_8234;method_49801(Lnet/minecraft/class_8242;Lnet/minecraft/class_1657;)Zofficial aLcys;a(Ldwk;Lcpw;)Z
 
 -