Uses of Interface
net.minecraft.class_7066.class_7068
Packages that use class_7066.class_7068
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7066.class_7068 in net.minecraft
Classes in net.minecraft that implement class_7066.class_7068Modifier and TypeClassDescriptionprivate static final recordprivate static final recordMethods in net.minecraft that return class_7066.class_7068Modifier and TypeMethodDescriptionstatic class_7066.class_7068<Biome>class_7066.method_41165(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) private static <T> class_7066.class_7068<T>class_7066.method_41166(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, RegistryKey<Registry<T>> registryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType dynamicCommandExceptionType) static class_7066.class_7068<ConfiguredStructureFeature<?,?>> class_7066.method_41171(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) class_7066.parse(com.mojang.brigadier.StringReader stringReader) Methods in net.minecraft that return types with arguments of type class_7066.class_7068Modifier and TypeMethodDescription<E> Optional<class_7066.class_7068<E>>class_7066.class_7067.method_41175(RegistryKey<? extends Registry<E>> registryKey) <E> Optional<class_7066.class_7068<E>>class_7066.class_7068.method_41175(RegistryKey<? extends Registry<E>> registryKey) <E> Optional<class_7066.class_7068<E>>class_7066.class_7070.method_41175(RegistryKey<? extends Registry<E>> registryKey) -
Uses of class_7066.class_7068 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_7066.class_7068Modifier and TypeMethodDescriptionprivate static intLocateBiomeCommand.execute(ServerCommandSource source, class_7066.class_7068<Biome> class_7068) private static intLocateCommand.execute(ServerCommandSource source, class_7066.class_7068<ConfiguredStructureFeature<?, ?>> class_7068) static intLocateCommand.sendCoordinates(ServerCommandSource source, class_7066.class_7068<?> class_7068, BlockPos blockPos, com.mojang.datafixers.util.Pair<BlockPos, ? extends RegistryEntry<?>> pair, String successMessage)