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 commandRegistryAccess) static BlockStateArgumentTypeBlockStateArgumentType.blockState(class_7157 commandRegistryAccess) EntityArgumentType.Serializer.Properties.createType(class_7157 class_7157) RegistryKeyArgumentType.Serializer.Properties.createType(class_7157 class_7157) RegistryPredicateArgumentType.Serializer.Properties.createType(class_7157 class_7157) ScoreHolderArgumentType.Serializer.Properties.createType(class_7157 class_7157) static ItemPredicateArgumentTypeItemPredicateArgumentType.itemPredicate(class_7157 commandRegistryAccess) static ItemStackArgumentTypeItemStackArgumentType.itemStack(class_7157 commandRegistryAccess) Constructors in net.minecraft.command.argument with parameters of type class_7157ModifierConstructorDescriptionBlockPredicateArgumentType(class_7157 commandRegistryAccess) BlockStateArgumentType(class_7157 commandRegistryAccess) ItemPredicateArgumentType(class_7157 commandRegistryAccess) ItemStackArgumentType(class_7157 commandRegistryAccess) -
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.Properties.typeSupplierMethods in net.minecraft.command.argument.serialize with parameters of type class_7157Modifier and TypeMethodDescriptionArgumentSerializer.ArgumentTypeProperties.createType(class_7157 commandRegistryAccess) ConstantArgumentSerializer.Properties.createType(class_7157 commandRegistryAccess) com.mojang.brigadier.arguments.DoubleArgumentTypeDoubleArgumentSerializer.Properties.createType(class_7157 class_7157) com.mojang.brigadier.arguments.FloatArgumentTypeFloatArgumentSerializer.Properties.createType(class_7157 class_7157) com.mojang.brigadier.arguments.IntegerArgumentTypeIntegerArgumentSerializer.Properties.createType(class_7157 class_7157) com.mojang.brigadier.arguments.LongArgumentTypeLongArgumentSerializer.Properties.createType(class_7157 class_7157) com.mojang.brigadier.arguments.StringArgumentTypeStringArgumentSerializer.Properties.createType(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.of(Function<class_7157, T> typeSupplier) Constructor parameters in net.minecraft.command.argument.serialize with type arguments of type class_7157ModifierConstructorDescriptionprivateConstantArgumentSerializer(Function<class_7157, A> typeSupplier) Properties(Function<class_7157, A> typeSupplier) -
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.CommandTree.commandRegistryAccessMethods in net.minecraft.network.packet.s2c.play with parameters of type class_7157Modifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> CommandTreeS2CPacket.ArgumentNode.createArgumentBuilder(class_7157 commandRegistryAccess) com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> CommandTreeS2CPacket.LiteralNode.createArgumentBuilder(class_7157 commandRegistryAccess) com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> CommandTreeS2CPacket.SuggestableNode.createArgumentBuilder(class_7157 commandRegistryAccess) com.mojang.brigadier.tree.RootCommandNode<CommandSource>CommandTreeS2CPacket.getCommandTree(class_7157 commandRegistryAccess) Constructors in net.minecraft.network.packet.s2c.play with parameters of type class_7157ModifierConstructorDescription(package private)CommandTree(class_7157 commandRegistryAccess, List<CommandTreeS2CPacket.CommandNodeData> nodeDatas) -
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 commandRegistryAccess) static voidClearCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidCloneCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidExecuteCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidFillCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidGiveCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidItemCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidLootCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) static voidSetBlockCommand.register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, class_7157 commandRegistryAccess) Constructors in net.minecraft.server.command with parameters of type class_7157ModifierConstructorDescriptionCommandManager(CommandManager.RegistrationEnvironment environment, class_7157 commandRegistryAccess)