Uses of Interface
net.minecraft.command.arguments.OperationArgument.IOperation
-
Packages that use OperationArgument.IOperation Package Description net.minecraft.command.arguments net.minecraft.command.impl -
-
Uses of OperationArgument.IOperation in net.minecraft.command.arguments
Subinterfaces of OperationArgument.IOperation in net.minecraft.command.arguments Modifier and Type Interface Description (package private) static interface
OperationArgument.IIntOperation
Methods in net.minecraft.command.arguments that return OperationArgument.IOperation Modifier and Type Method Description static OperationArgument.IOperation
OperationArgument. getOperation(com.mojang.brigadier.context.CommandContext<CommandSource> p_197179_0_, java.lang.String p_197179_1_)
private static OperationArgument.IOperation
OperationArgument. getOperation(java.lang.String p_197177_0_)
OperationArgument.IOperation
OperationArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
-
Uses of OperationArgument.IOperation in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type OperationArgument.IOperation Modifier and Type Method Description private static int
ScoreboardCommand. performOperation(CommandSource p_198658_0_, java.util.Collection<java.lang.String> p_198658_1_, ScoreObjective p_198658_2_, OperationArgument.IOperation p_198658_3_, java.util.Collection<java.lang.String> p_198658_4_, ScoreObjective p_198658_5_)
-