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 TypeClassDescription(package private) static final record(package private) static final recordMethods 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 argument, 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>> p_250007_) <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>> p_250945_) -
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> biome) private static intLocateCommand.locatePoi(CommandSourceStack source, ResourceOrTagArgument.Result<PoiType> poiType) static intLocateCommand.showLocateResult(CommandSourceStack source, ResourceOrTagArgument.Result<?> result, BlockPos sourcePosition, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> resultWithPosition, String translationKey, boolean absoluteY, Duration duration)