Interface LootContextSources.NodeVisitor
- Enclosing class:
LootContextSources
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(LootContextSources.ContextDecorator contextDecorator, Consumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> output)
-
Method Details
-
visit
void visit(LootContextSources.ContextDecorator contextDecorator, Consumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> output)
-