Uses of Class
net.minecraft.class_7157
Packages that use class_7157
Package
Description
-
Uses of class_7157 in net.minecraft.command.argument
Methods in net.minecraft.command.argument with parameters of type class_7157Modifier and TypeMethodDescriptionstatic BlockPredicateArgumentTypeBlockPredicateArgumentType.blockPredicate(class_7157 class_7157) static BlockStateArgumentTypeBlockStateArgumentType.blockState(class_7157 class_7157) static ItemPredicateArgumentTypeItemPredicateArgumentType.itemPredicate(class_7157 class_7157) static ItemStackArgumentTypeItemStackArgumentType.itemStack(class_7157 class_7157) EntityArgumentType.Serializer.class_7171.method_41730(class_7157 class_7157) RegistryKeyArgumentType.Serializer.class_7197.method_41730(class_7157 class_7157) RegistryPredicateArgumentType.Serializer.class_7199.method_41730(class_7157 class_7157) ScoreHolderArgumentType.Serializer.class_7200.method_41730(class_7157 class_7157) Constructors in net.minecraft.command.argument with parameters of type class_7157ModifierConstructorDescriptionBlockPredicateArgumentType(class_7157 class_7157) BlockStateArgumentType(class_7157 class_7157) ItemPredicateArgumentType(class_7157 class_7157) ItemStackArgumentType(class_7157 class_7157) -
Uses of class_7157 in net.minecraft.command.argument.serialize
Fields in net.minecraft.command.argument.serialize with type parameters of type class_7157Modifier and TypeFieldDescriptionprivate final Function<class_7157,A> ConstantArgumentSerializer.class_7219.field_37980Methods in net.minecraft.command.argument.serialize with parameters of type class_7157Modifier and TypeMethodDescriptionArgumentSerializer.class_7217.method_41730(class_7157 class_7157) ConstantArgumentSerializer.class_7219.method_41730(class_7157 class_7157) com.mojang.brigadier.arguments.DoubleArgumentTypeDoubleArgumentSerializer.class_7220.method_41730(class_7157 class_7157) com.mojang.brigadier.arguments.FloatArgumentTypeFloatArgumentSerializer.class_7221.method_41730(class_7157 class_7157) com.mojang.brigadier.arguments.IntegerArgumentTypeIntegerArgumentSerializer.class_7222.method_41730(class_7157 class_7157) com.mojang.brigadier.arguments.LongArgumentTypeLongArgumentSerializer.class_7223.method_41730(class_7157 class_7157) com.mojang.brigadier.arguments.StringArgumentTypeStringArgumentSerializer.class_7224.method_41730(class_7157 class_7157) Method parameters in net.minecraft.command.argument.serialize with type arguments of type class_7157Modifier and TypeMethodDescriptionstatic <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
ConstantArgumentSerializer<T>ConstantArgumentSerializer.method_41998(Function<class_7157, T> function) Constructor parameters in net.minecraft.command.argument.serialize with type arguments of type class_7157ModifierConstructorDescriptionclass_7219(Function<class_7157, A> function) privateConstantArgumentSerializer(Function<class_7157, A> function) -
Uses of class_7157 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as class_7157Modifier and TypeFieldDescriptionprivate final class_7157CommandTreeS2CPacket.class_7234.field_38045Methods in net.minecraft.network.packet.s2c.play with parameters of type class_7157Modifier and TypeMethodDescriptioncom.mojang.brigadier.tree.RootCommandNode<CommandSource>CommandTreeS2CPacket.getCommandTree(class_7157 class_7157) com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> CommandTreeS2CPacket.class_7232.method_42070(class_7157 class_7157) com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> CommandTreeS2CPacket.class_7233.method_42070(class_7157 class_7157) com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> CommandTreeS2CPacket.class_7235.method_42070(class_7157 class_7157) Constructors in net.minecraft.network.packet.s2c.play with parameters of type class_7157ModifierConstructorDescription(package private)class_7234(class_7157 class_7157, List<CommandTreeS2CPacket.CommandNodeData> list) -
Uses of class_7157 in net.minecraft.server
Fields in net.minecraft.server declared as class_7157 -
Uses of class_7157 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_7157Modifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> ExecuteCommand.addConditionArguments(com.mojang.brigadier.tree.CommandNode<ServerCommandSource> root, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> argumentBuilder, boolean positive, class_7157 class_7157) static voidClearCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidCloneCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidExecuteCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidFillCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidGiveCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidItemCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidLootCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) static voidSetBlockCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 class_7157) Constructors in net.minecraft.server.command with parameters of type class_7157ModifierConstructorDescriptionCommandManager(CommandManager.RegistrationEnvironment environment, class_7157 class_7157)