Uses of Record Class
net.minecraft.command.argument.IdentifierArgumentType.RegistryEntry
Packages that use IdentifierArgumentType.RegistryEntry
-
Uses of IdentifierArgumentType.RegistryEntry in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return IdentifierArgumentType.RegistryEntryModifier and TypeMethodDescriptionIdentifierArgumentType.getBiomeEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName) static IdentifierArgumentType.RegistryEntry<ConfiguredFeature<?,?>> IdentifierArgumentType.getConfiguredFeatureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName) private static <T> IdentifierArgumentType.RegistryEntry<T>IdentifierArgumentType.getFromRegistry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType exceptionType) IdentifierArgumentType.getStructureFeatureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName) -
Uses of IdentifierArgumentType.RegistryEntry in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type IdentifierArgumentType.RegistryEntryModifier and TypeMethodDescriptionprivate static intLocateBiomeCommand.execute(ServerCommandSource source, IdentifierArgumentType.RegistryEntry<Biome> biomeEntry) private static intLocateCommand.execute(ServerCommandSource source, IdentifierArgumentType.RegistryEntry<StructureFeature<?>> structureFeatureEntry) static intPlaceFeatureCommand.execute(ServerCommandSource source, IdentifierArgumentType.RegistryEntry<ConfiguredFeature<?, ?>> configuredFeatureEntry, BlockPos pos)