Uses of Interface
net.minecraft.commands.arguments.ResourceOrTagKeyArgument.Result
Packages that use ResourceOrTagKeyArgument.Result
-
Uses of ResourceOrTagKeyArgument.Result in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement ResourceOrTagKeyArgument.ResultModifier and TypeClassDescriptionprivate static final recordprivate static final recordClasses in net.minecraft.commands.arguments that implement interfaces with type arguments of type ResourceOrTagKeyArgument.ResultMethods in net.minecraft.commands.arguments that return ResourceOrTagKeyArgument.ResultModifier and TypeMethodDescriptionstatic <T> ResourceOrTagKeyArgument.Result<T> ResourceOrTagKeyArgument.getResourceOrTagKey(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name, ResourceKey<Registry<T>> registryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType exceptionType) ResourceOrTagKeyArgument.parse(com.mojang.brigadier.StringReader reader) Methods in net.minecraft.commands.arguments that return types with arguments of type ResourceOrTagKeyArgument.ResultModifier and TypeMethodDescriptionResourceOrTagKeyArgument.ResourceResult.cast(ResourceKey<? extends Registry<E>> registryKey) ResourceOrTagKeyArgument.Result.cast(ResourceKey<? extends Registry<E>> registryKey) ResourceOrTagKeyArgument.TagResult.cast(ResourceKey<? extends Registry<E>> registryKey) -
Uses of ResourceOrTagKeyArgument.Result in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ResourceOrTagKeyArgument.ResultModifier and TypeMethodDescriptionprivate static Optional<? extends HolderSet.ListBacked<Structure>> LocateCommand.getHolders(ResourceOrTagKeyArgument.Result<Structure> resourceOrTag, Registry<Structure> registry) private static intLocateCommand.locateStructure(CommandSourceStack source, ResourceOrTagKeyArgument.Result<Structure> resourceOrTag) static intLocateCommand.showLocateResult(CommandSourceStack source, ResourceOrTagKeyArgument.Result<?> name, BlockPos sourcePos, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> found, String successMessageKey, boolean includeY, Duration taskDuration)