Uses of Record Class
net.minecraft.command.argument.IdentifierArgumentType.class_6855
Packages that use IdentifierArgumentType.class_6855
Package
Description
The base package for all Minecraft classes.
-
Uses of IdentifierArgumentType.class_6855 in net.minecraft
Methods in net.minecraft with parameters of type IdentifierArgumentType.class_6855Modifier and TypeMethodDescriptionstatic intclass_6852.method_39989(ServerCommandSource serverCommandSource, IdentifierArgumentType.class_6855<ConfiguredFeature<?, ?>> class_6855, BlockPos blockPos) -
Uses of IdentifierArgumentType.class_6855 in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return IdentifierArgumentType.class_6855Modifier and TypeMethodDescriptionprivate static <T> IdentifierArgumentType.class_6855<T>IdentifierArgumentType.method_40042(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, RegistryKey<Registry<T>> registryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType dynamicCommandExceptionType) IdentifierArgumentType.method_40047(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) static IdentifierArgumentType.class_6855<ConfiguredFeature<?,?>> IdentifierArgumentType.method_40048(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) IdentifierArgumentType.method_40049(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) -
Uses of IdentifierArgumentType.class_6855 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type IdentifierArgumentType.class_6855Modifier and TypeMethodDescriptionprivate static intLocateBiomeCommand.execute(ServerCommandSource serverCommandSource, IdentifierArgumentType.class_6855<Biome> class_6855) private static intLocateCommand.execute(ServerCommandSource source, IdentifierArgumentType.class_6855<StructureFeature<?>> class_6855)