Uses of Interface
net.minecraft.class_8838
Packages that use class_8838
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8838 in net.minecraft
Methods in net.minecraft with parameters of type class_8838 -
Uses of class_8838 in net.minecraft.server.command
Fields in net.minecraft.server.command declared as class_8838Modifier and TypeFieldDescriptionprivate static final class_8838<ServerCommandSource>
ServerCommandSource.field_46668
private final class_8838<ServerCommandSource>
ServerCommandSource.resultConsumer
Fields in net.minecraft.server.command with type parameters of type class_8838Modifier and TypeFieldDescriptionprivate static final BinaryOperator<class_8838<ServerCommandSource>>
ExecuteCommand.BINARY_RESULT_CONSUMER
Methods in net.minecraft.server.command with parameters of type class_8838Modifier and TypeMethodDescriptionServerCommandSource.mergeConsumers
(class_8838<ServerCommandSource> class_8838, BinaryOperator<class_8838<ServerCommandSource>> merger) ServerCommandSource.method_54307
(class_8838<ServerCommandSource> class_8838) Method parameters in net.minecraft.server.command with type arguments of type class_8838Modifier and TypeMethodDescriptionServerCommandSource.mergeConsumers
(class_8838<ServerCommandSource> class_8838, BinaryOperator<class_8838<ServerCommandSource>> merger) Constructors in net.minecraft.server.command with parameters of type class_8838ModifierConstructorDescriptionprotected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, class_8838<ServerCommandSource> class_8838, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue, IntConsumer returnValueConsumer)