Uses of Interface
net.minecraft.class_8935
Packages that use class_8935
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8935 in net.minecraft
Fields in net.minecraft declared as class_8935Modifier and TypeFieldDescriptionstatic final class_8935
class_8935.field_47158
private final class_8935
class_8940.field_47171
private final class_8935
class_8937.returnValueConsumer
The field for thereturnValueConsumer
record component.Methods in net.minecraft that return class_8935Modifier and TypeMethodDescriptionstatic class_8935
class_8935.chain
(class_8935 class_8935, class_8935 class_89352) class_8937.returnValueConsumer()
Returns the value of thereturnValueConsumer
record component.Methods in net.minecraft with parameters of type class_8935Modifier and TypeMethodDescriptionstatic class_8935
class_8935.chain
(class_8935 class_8935, class_8935 class_89352) Constructors in net.minecraft with parameters of type class_8935ModifierConstructorDescriptionclass_8937
(int int2, class_8935 class_8935, class_8937.class_8938 class_8938) class_8940
(Consumer<ExecutionControl<T>> consumer, class_8935 class_8935) -
Uses of class_8935 in net.minecraft.command
Fields in net.minecraft.command declared as class_8935Methods in net.minecraft.command with parameters of type class_8935Modifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueCommand
(CommandExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> contextChain, T source, class_8935 class_8935) static <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueProcedureCall
(CommandExecutionContext<T> commandExecutionContext, Procedure<T> procedure, T t, class_8935 class_8935) private static <T extends AbstractServerCommandSource<T>>
class_8937CommandExecutionContext.method_54889
(CommandExecutionContext<T> commandExecutionContext, class_8935 class_8935) Constructors in net.minecraft.command with parameters of type class_8935ModifierConstructorDescriptionCommandFunctionAction
(Procedure<T> function, class_8935 class_8935, boolean bool) -
Uses of class_8935 in net.minecraft.server.command
Fields in net.minecraft.server.command declared as class_8935Methods in net.minecraft.server.command that return class_8935Modifier and TypeMethodDescriptionprivate static <T extends AbstractServerCommandSource<T>>
class_8935FunctionCommand.method_54858
(T t, FunctionCommand.ResultConsumer<T> resultConsumer, Identifier identifier, class_8935 class_8935) AbstractServerCommandSource.method_54881()
ServerCommandSource.method_54881()
Methods in net.minecraft.server.command with parameters of type class_8935Modifier and TypeMethodDescriptionServerCommandSource.mergeStorers
(class_8935 resultStorer, BinaryOperator<class_8935> merger) private static <T extends AbstractServerCommandSource<T>>
class_8935FunctionCommand.method_54858
(T t, FunctionCommand.ResultConsumer<T> resultConsumer, Identifier identifier, class_8935 class_8935) private static <T extends AbstractServerCommandSource<T>>
voidFunctionCommand.method_54860
(@Nullable NbtCompound nbtCompound, ExecutionControl<T> executionControl, com.mojang.brigadier.CommandDispatcher<T> commandDispatcher, T t, CommandFunction<T> commandFunction, Identifier identifier, class_8935 class_8935, boolean bool) AbstractServerCommandSource.withResultStorer
(class_8935 resultStorer) ServerCommandSource.withResultStorer
(class_8935 class_8935) Method parameters in net.minecraft.server.command with type arguments of type class_8935Modifier and TypeMethodDescriptionServerCommandSource.mergeStorers
(class_8935 resultStorer, BinaryOperator<class_8935> merger) Constructors in net.minecraft.server.command with parameters of type class_8935ModifierConstructorDescriptionprotected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, class_8935 resultStorer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue)