Uses of Interface
net.minecraft.commands.CommandSigningContext
Packages that use CommandSigningContext
-
Uses of CommandSigningContext in net.minecraft.commands
Classes in net.minecraft.commands that implement CommandSigningContextFields in net.minecraft.commands declared as CommandSigningContextModifier and TypeFieldDescriptionstatic final CommandSigningContext
CommandSigningContext.ANONYMOUS
private final CommandSigningContext
CommandSourceStack.signingContext
Methods in net.minecraft.commands that return CommandSigningContextMethods in net.minecraft.commands with parameters of type CommandSigningContextModifier and TypeMethodDescriptionCommandSourceStack.withSigningContext
(CommandSigningContext signingContext, TaskChainer chatMessageChainer) Constructors in net.minecraft.commands with parameters of type CommandSigningContextModifierConstructorDescriptionprotected
CommandSourceStack
(CommandSource source, Vec3 worldPosition, Vec2 rotation, ServerLevel level, int permissionLevel, String textName, Component displayName, MinecraftServer server, Entity entity, boolean silent, CommandResultCallback resultCallback, EntityAnchorArgument.Anchor anchor, CommandSigningContext signingContext, TaskChainer chatMessageChainer)