Uses of Interface
net.minecraft.class_10846
Packages that use class_10846
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10846 in net.minecraft
Fields in net.minecraft declared as class_10846Methods in net.minecraft that return class_10846Modifier and TypeMethodDescriptiondefault <T,O> class_10846 <T> class_10846.method_68239(com.mojang.serialization.DynamicOps<O> dynamicOps, class_10846<O> class_10846, com.mojang.serialization.Codec<T> codec, com.mojang.brigadier.exceptions.DynamicCommandExceptionType dynamicCommandExceptionType) default <S> class_10846<S> class_10846.method_68240(Function<T, S> function) Methods in net.minecraft with parameters of type class_10846Modifier and TypeMethodDescriptiondefault <T,O> class_10846 <T> class_10846.method_68239(com.mojang.serialization.DynamicOps<O> dynamicOps, class_10846<O> class_10846, com.mojang.serialization.Codec<T> codec, com.mojang.brigadier.exceptions.DynamicCommandExceptionType dynamicCommandExceptionType) Constructors in net.minecraft with parameters of type class_10846 -
Uses of class_10846 in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as class_10846Modifier and TypeFieldDescriptionprivate static final class_10846<Object> TextArgumentType.field_57829private static final class_10846<NbtElement> NbtElementArgumentType.field_57831private static final class_10846<Object> StyleArgumentType.field_57922 -
Uses of class_10846 in net.minecraft.command.argument.packrat
Classes in net.minecraft.command.argument.packrat that implement class_10846