Uses of Interface
net.minecraft.class_11389
Packages that use class_11389
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11389 in net.minecraft
Methods in net.minecraft that return class_11389Modifier and TypeMethodDescriptionprotected abstract class_11389<Block, Block> class_11387.method_71550(TagKey<Block> tagKey, TagKey<Item> tagKey2) protected class_11389<RegistryKey<T>, T> class_11388.method_71551(TagKey<T> tagKey) static <T> class_11389<RegistryKey<T>, T> class_11389.method_71552(TagBuilder tagBuilder) class_11389.method_71553(TagKey<T> tagKey) class_11389.method_71554(E e) default class_11389<E, T> class_11389.method_71555(Collection<E> collection) default <U> class_11389<U, T> class_11389.method_71556(Function<U, E> function) default class_11389<E, T> class_11389.method_71557(Stream<E> stream) default class_11389<E, T> class_11389.method_71558(E[] e) class_11389.method_71559(TagKey<T> tagKey) class_11389.method_71560(E e) -
Uses of class_11389 in net.minecraft.data.tag
Methods in net.minecraft.data.tag that return class_11389Modifier and TypeMethodDescriptionprotected class_11389<T, T> ValueLookupTagProvider.method_46827(TagKey<T> tagKey) -
Uses of class_11389 in net.minecraft.data.tag.vanilla
Classes in net.minecraft.data.tag.vanilla that implement class_11389Fields in net.minecraft.data.tag.vanilla declared as class_11389Modifier and TypeFieldDescriptionprivate final class_11389<Item, Item> VanillaItemTagProvider.class_11390.field_60488Methods in net.minecraft.data.tag.vanilla that return class_11389Modifier and TypeMethodDescriptionVanillaItemTagProvider.class_11390.method_71553(TagKey<Block> tagKey) VanillaItemTagProvider.class_11390.method_71554(Block block) VanillaItemTagProvider.class_11390.method_71559(TagKey<Block> tagKey) VanillaItemTagProvider.class_11390.method_71560(Block block) Constructors in net.minecraft.data.tag.vanilla with parameters of type class_11389