Uses of Interface
net.minecraft.commands.arguments.ResourceOrTagArgument.Result
Packages that use ResourceOrTagArgument.Result
-
Uses of ResourceOrTagArgument.Result in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement ResourceOrTagArgument.ResultModifier and TypeClassDescriptionprivate static final recordprivate static final recordClasses in net.minecraft.commands.arguments that implement interfaces with type arguments of type ResourceOrTagArgument.ResultMethods in net.minecraft.commands.arguments that return ResourceOrTagArgument.ResultModifier and TypeMethodDescriptionstatic <T> ResourceOrTagArgument.Result<T> ResourceOrTagArgument.getResourceOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name, ResourceKey<Registry<T>> registryKey) ResourceOrTagArgument.parse(com.mojang.brigadier.StringReader reader) Methods in net.minecraft.commands.arguments that return types with arguments of type ResourceOrTagArgument.ResultModifier and TypeMethodDescription<E> Optional<ResourceOrTagArgument.Result<E>> ResourceOrTagArgument.ResourceResult.cast(ResourceKey<? extends Registry<E>> registryKey) <E> Optional<ResourceOrTagArgument.Result<E>> ResourceOrTagArgument.Result.cast(ResourceKey<? extends Registry<E>> registryKey) <E> Optional<ResourceOrTagArgument.Result<E>> ResourceOrTagArgument.TagResult.cast(ResourceKey<? extends Registry<E>> registryKey) -
Uses of ResourceOrTagArgument.Result in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ResourceOrTagArgument.ResultModifier and TypeMethodDescriptionprivate static intLocateCommand.locateBiome(CommandSourceStack source, ResourceOrTagArgument.Result<Biome> elementOrTag) private static intLocateCommand.locatePoi(CommandSourceStack source, ResourceOrTagArgument.Result<PoiType> resourceOrTag) static intLocateCommand.showLocateResult(CommandSourceStack source, ResourceOrTagArgument.Result<?> name, BlockPos sourcePos, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> found, String successMessageKey, boolean includeY, Duration taskDuration)