Uses of Interface
net.minecraft.class_8839
Packages that use class_8839
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8839 in net.minecraft
Classes in net.minecraft with type parameters of type class_8839Modifier and TypeInterfaceDescriptioninterface
class_8839<T extends class_8839<T>>
static class
class_8848.class_8850<T extends class_8839<T>>
class
class_8858<T extends class_8839<T>>
static class
class_8858.class_8859<T extends class_8839<T>>
static class
class_8858.class_8860<T extends class_8839<T>>
static class
class_8858.class_8861<T extends class_8839<T>>
class
class_8865<T extends class_8839<T>>
(package private) class
class_8867<T extends class_8839<T>>
Fields in net.minecraft declared as class_8839Methods in net.minecraft with type parameters of type class_8839Modifier and TypeMethodDescriptionstatic <T extends class_8839<T>>
com.mojang.brigadier.ResultConsumer<T>class_8839.method_54317()
static <T extends class_8839<T>>
voidclass_8854.method_54393
(class_8854<T> class_8854, String string, com.mojang.brigadier.context.ContextChain<T> contextChain, T t) private static <T extends class_8839<T>>
class_8855<T>class_8858.method_54411
(class_8854<T> class_8854, int int2) -
Uses of class_8839 in net.minecraft.server.command
Classes in net.minecraft.server.command with type parameters of type class_8839Modifier and TypeClassDescriptionprivate static class
ReturnCommand.class_8834<T extends class_8839<T>>
private static class
ReturnCommand.class_8835<T extends class_8839<T>>
Classes in net.minecraft.server.command that implement class_8839Modifier and TypeClassDescriptionclass
Represents a command source used on server side.Methods in net.minecraft.server.command with type parameters of type class_8839Modifier and TypeMethodDescriptionstatic <T extends class_8839<T>>
voidExecuteCommand.method_54264
(List<T> list, Function<T, T> function, IntPredicate intPredicate, com.mojang.brigadier.context.ContextChain<T> contextChain, @Nullable NbtCompound nbtCompound, class_8855<T> class_8855, ExecuteCommand.class_8830<T, Collection<CommandFunction<T>>> class_8830, boolean bool) private static <T extends class_8839<T>>
TExecuteCommand.method_54265
(Function<T, T> function, IntPredicate intPredicate, List<T> list, T t, boolean bool) static <T extends class_8839<T>>
voidFunctionCommand.method_54275
(Collection<CommandFunction<T>> collection, @Nullable NbtCompound nbtCompound, T t, T t2, class_8855<T> class_8855, FunctionCommand.class_8832<T> class_8832) static <T extends class_8839<T>>
voidReturnCommand.register
(com.mojang.brigadier.CommandDispatcher<T> dispatcher) -
Uses of class_8839 in net.minecraft.server.function
Classes in net.minecraft.server.function with type parameters of type class_8839Modifier and TypeClassDescriptionclass
Macro<T extends class_8839<T>>
(package private) static class
Macro.class_8870<T extends class_8839<T>>
Methods in net.minecraft.server.function with type parameters of type class_8839Modifier and TypeMethodDescriptionstatic <T extends class_8839<T>>
CommandFunction<T>CommandFunction.create
(Identifier id, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T t, List<String> lines) Parses a function in the context ofsource
.static <T extends class_8839<T>>
class_8856<T>CommandFunction.method_54417
(com.mojang.brigadier.CommandDispatcher<T> commandDispatcher, T t, com.mojang.brigadier.StringReader stringReader)