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 CommandSigningContextCommandSigningContext.ANONYMOUSprivate final CommandSigningContextCommandSourceStack.signingContextMethods 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 CommandSigningContextModifierConstructorDescriptionprivateCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, String textName, Component displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, CommandResultCallback resultCallback, EntityAnchorArgument.Anchor anchor, CommandSigningContext signingContext, TaskChainer chatMessageChainer)