Uses of Interface
net.minecraft.server.commands.LootContextSources.ContextDecorator
Packages that use LootContextSources.ContextDecorator
-
Uses of LootContextSources.ContextDecorator in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type LootContextSources.ContextDecoratorModifier and TypeMethodDescriptionprivate static intComputeCommand.computeAsFloat(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, LootContextSources.ContextDecorator decorator, Holder<ContextFloatProvider> provider, float scale) private static intComputeCommand.computeAsInt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, LootContextSources.ContextDecorator decorator, Holder<ContextIntProvider> provider) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> LootContextSources.decorate(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> node, LootContextSources.NodeVisitor nodeVisitor, LootContextSources.ContextDecorator decorator) voidLootContextSources.NodeVisitor.visit(LootContextSources.ContextDecorator contextDecorator, Consumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> output)