Package net.minecraft.commands.arguments
Class ResourceOrIdArgument.LootPredicateArgument
java.lang.Object
net.minecraft.commands.arguments.ResourceOrIdArgument<LootItemCondition>
net.minecraft.commands.arguments.ResourceOrIdArgument.LootPredicateArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Holder<LootItemCondition>>
- Enclosing class:
ResourceOrIdArgument<T>
public static class ResourceOrIdArgument.LootPredicateArgument
extends ResourceOrIdArgument<LootItemCondition>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.commands.arguments.ResourceOrIdArgument
ResourceOrIdArgument.LootModifierArgument, ResourceOrIdArgument.LootPredicateArgument, ResourceOrIdArgument.LootTableArgument
-
Field Summary
Fields inherited from class net.minecraft.commands.arguments.ResourceOrIdArgument
ERROR_FAILED_TO_PARSE
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.commands.arguments.ResourceOrIdArgument
getExamples, getLootModifier, getLootPredicate, getLootTable, lootModifier, lootPredicate, lootTable, parse, parseInlineOrId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Constructor Details
-
LootPredicateArgument
-