Uses of Interface
net.minecraft.class_7225
Packages that use class_7225
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7225 in net.minecraft
Classes in net.minecraft that implement class_7225Methods in net.minecraft that return class_7225Modifier and TypeMethodDescription<T> class_7225<T>class_7157.method_41699(RegistryKey<? extends Registry<T>> registryKey) static <T> class_7225<T>class_7225.method_42018(Registry<T> registry) -
Uses of class_7225 in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as class_7225Modifier and TypeFieldDescriptionprivate final class_7225<Block>BlockArgumentParser.registryWrapperprivate final class_7225<Block>BlockPredicateArgumentType.registryWrapperprivate final class_7225<Block>BlockStateArgumentType.registryWrapperprivate final class_7225<Item>ItemPredicateArgumentType.registryWrapperprivate final class_7225<Item>ItemStackArgumentType.registryWrapperprivate final class_7225<Item>ItemStringReader.registryWrapperMethods in net.minecraft.command.argument with parameters of type class_7225Modifier and TypeMethodDescriptionBlockArgumentParser.block(class_7225<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult,BlockArgumentParser.TagResult> BlockArgumentParser.blockOrTag(class_7225<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>BlockArgumentParser.getSuggestions(class_7225<Block> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag, boolean allowSnbt) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>ItemStringReader.getSuggestions(class_7225<Item> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag) static ItemStringReader.ItemResultItemStringReader.item(class_7225<Item> registryWrapper, com.mojang.brigadier.StringReader reader) static com.mojang.datafixers.util.Either<ItemStringReader.ItemResult,ItemStringReader.TagResult> ItemStringReader.itemOrTag(class_7225<Item> registryWrapper, com.mojang.brigadier.StringReader reader) BlockPredicateArgumentType.parse(class_7225<Block> registryWrapper, com.mojang.brigadier.StringReader reader) Constructors in net.minecraft.command.argument with parameters of type class_7225ModifierConstructorDescriptionprivateBlockArgumentParser(class_7225<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag, boolean allowSnbt) privateItemStringReader(class_7225<Item> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag)