Package net.minecraft.item
Interface SignChangingItem
- All Known Implementing Classes:
DyeItem
,GlowInkSacItem
,HoneycombItem
,InkSacItem
public interface SignChangingItem
- Mappings:
Namespace Name official cnx
intermediary net/minecraft/class_8234
named net/minecraft/item/SignChangingItem
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
canUseOnSignText
(SignText signText, PlayerEntity player) boolean
useOnSign
(World world, SignBlockEntity signBlockEntity, boolean front, PlayerEntity player)
-
Method Details
-
useOnSign
- Mappings:
Namespace Name Mixin selector official a
Lcnx;a(Lctp;Ldie;ZLcfi;)Z
intermediary method_49798
Lnet/minecraft/class_8234;method_49798(Lnet/minecraft/class_1937;Lnet/minecraft/class_2625;ZLnet/minecraft/class_1657;)Z
named useOnSign
Lnet/minecraft/item/SignChangingItem;useOnSign(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/SignBlockEntity;ZLnet/minecraft/entity/player/PlayerEntity;)Z
-
canUseOnSignText
- Mappings:
Namespace Name Mixin selector official a
Lcnx;a(Ldif;Lcfi;)Z
intermediary method_49801
Lnet/minecraft/class_8234;method_49801(Lnet/minecraft/class_8242;Lnet/minecraft/class_1657;)Z
named canUseOnSignText
Lnet/minecraft/item/SignChangingItem;canUseOnSignText(Lnet/minecraft/block/entity/SignText;Lnet/minecraft/entity/player/PlayerEntity;)Z
-