Package net.minecraft.server.command
Interface DataCommand.ObjectType
- Enclosing class:
DataCommand
public static interface DataCommand.ObjectType
- Mappings:
Namespace Name official alu$c
intermediary net/minecraft/class_3164$class_3167
named net/minecraft/server/command/DataCommand$ObjectType
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,
?> addArgumentsToBuilder
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argument, Function<com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>> argumentAdder) getObject
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)
-
Method Details
-
getObject
DataCommandObject getObject(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lalu$c;a(Lcom/mojang/brigadier/context/CommandContext;)Lalt;
intermediary method_13924
Lnet/minecraft/class_3164$class_3167;method_13924(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_3162;
named getObject
Lnet/minecraft/server/command/DataCommand$ObjectType;getObject(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/command/DataCommandObject;
-
addArgumentsToBuilder
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> addArgumentsToBuilder(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argument, Function<com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>> argumentAdder) - Mappings:
Namespace Name Mixin selector official a
Lalu$c;a(Lcom/mojang/brigadier/builder/ArgumentBuilder;Ljava/util/function/Function;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
intermediary method_13925
Lnet/minecraft/class_3164$class_3167;method_13925(Lcom/mojang/brigadier/builder/ArgumentBuilder;Ljava/util/function/Function;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
named addArgumentsToBuilder
Lnet/minecraft/server/command/DataCommand$ObjectType;addArgumentsToBuilder(Lcom/mojang/brigadier/builder/ArgumentBuilder;Ljava/util/function/Function;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
-