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 pSigningContext, TaskChainer pChatMessageChainer) Constructors in net.minecraft.commands with parameters of type CommandSigningContextModifierConstructorDescriptionprivateCommandSourceStack(CommandSource pSource, Vec3 pWorldPosition, Vec2 pRotation, ServerLevel pLevel, PermissionSet pPermissions, String pTextName, Component pDisplayName, MinecraftServer pServer, @Nullable Entity pEntity, boolean pSilent, CommandResultCallback pResultCallback, EntityAnchorArgument.Anchor pAnchor, CommandSigningContext pSigningContext, TaskChainer pChatMessageChainer)