Uses of Record Class
net.minecraft.class_8936
Packages that use class_8936
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8936 in net.minecraft
Fields in net.minecraft declared as class_8936Methods in net.minecraft that return class_8936Modifier and TypeMethodDescriptionprivate class_8936
class_8936.method_54885
(byte byte2) class_8936.method_54886()
class_8936.method_54888()
-
Uses of class_8936 in net.minecraft.command
Fields in net.minecraft.command declared as class_8936Modifier and TypeFieldDescriptionprivate final class_8936
SingleCommandAction.MultiSource.field_47164
private final class_8936
FixedCommandAction.field_47168
Methods in net.minecraft.command with parameters of type class_8936Modifier and TypeMethodDescriptionvoid
ControlFlowAware.execute
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> control) final void
ControlFlowAware.Helper.execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> executionControl) void
Forkable.execute
(T t, List<T> list, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> executionControl) protected void
SingleCommandAction.execute
(T t, List<T> list, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937, class_8936 class_8936) protected abstract void
ControlFlowAware.Helper.executeInner
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> control) protected void
ControlFlowAware.Helper.sendError
(com.mojang.brigadier.exceptions.CommandSyntaxException exception, T source, class_8936 class_8936, @Nullable Tracer tracer) Constructors in net.minecraft.command with parameters of type class_8936ModifierConstructorDescriptionFixedCommandAction
(String command, class_8936 class_8936, com.mojang.brigadier.context.CommandContext<T> context) MultiSource
(String command, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, T t, List<T> list) -
Uses of class_8936 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_8936Modifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidFunctionCommand.enqueueAction
(Collection<CommandFunction<T>> commandFunctions, @Nullable NbtCompound args, T t, T functionSource, ExecutionControl<T> control, FunctionCommand.ResultConsumer<T> resultConsumer, class_8936 class_8936) static <T extends AbstractServerCommandSource<T>>
voidExecuteCommand.enqueueExecutions
(T t, List<T> list, Function<T, T> function, IntPredicate intPredicate, com.mojang.brigadier.context.ContextChain<T> contextChain, @Nullable NbtCompound nbtCompound, ExecutionControl<T> executionControl, ExecuteCommand.FunctionNamesGetter<T, Collection<CommandFunction<T>>> functionNamesGetter, class_8936 class_8936) void
ExecuteCommand.IfUnlessRedirector.execute
(ServerCommandSource serverCommandSource, List<ServerCommandSource> list, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, class_8936 class_8936, ExecutionControl<ServerCommandSource> executionControl) void
ReturnCommand.class_8933.execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> executionControl) void
ReturnCommand.Command.execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> executionControl) void
ReturnCommand.ReturnRunRedirector.execute
(T t, List<T> list, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, ExecutionControl<T> executionControl) void
DebugCommand.Command.executeInner
(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, class_8936 class_8936, ExecutionControl<ServerCommandSource> executionControl) void
FunctionCommand.Command.executeInner
(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, class_8936 class_8936, ExecutionControl<ServerCommandSource> executionControl)