Package net.minecraft.text
Interface Decoration.Parameter.Selector
- Enclosing class:
Decoration.Parameter
public static interface Decoration.Parameter.Selector
A functional interface that selects the text from the passed values.
- Mappings:
Namespace Name official rf$a$a
intermediary net/minecraft/class_7463$class_7464$class_7465
named net/minecraft/text/Decoration$Parameter$Selector
-
Method Summary
-
Method Details
-
select
- Mappings:
Namespace Name Mixin selector official select
Lrf$a$a;select(Lrm;Lri;)Lrm;
intermediary select
Lnet/minecraft/class_7463$class_7464$class_7465;select(Lnet/minecraft/class_2561;Lnet/minecraft/class_7436;)Lnet/minecraft/class_2561;
named select
Lnet/minecraft/text/Decoration$Parameter$Selector;select(Lnet/minecraft/text/Text;Lnet/minecraft/network/MessageSender;)Lnet/minecraft/text/Text;
-