net.minecraft.commands

public class CommandSourceStack

implements SharedSuggestionProvider

dr
net.minecraft.commands.CommandSourceStack
net.minecraft.class_2168
net.minecraft.server.command.ServerCommandSource
net.minecraft.src.C_2969_
net.minecraft.commands.CommandListenerWrapper

Field summary

Modifier and TypeField
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_NOT_PLAYER
field_9824
REQUIRES_PLAYER_EXCEPTION
f_81286_
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_NOT_ENTITY
field_9827
REQUIRES_ENTITY_EXCEPTION
f_81287_
private final CommandSource
c
source
field_9819
output
f_81288_
private final Vec3
d
worldPosition
field_9817
position
f_81289_
private final ServerLevel
e
level
field_9828
world
f_81290_
private final int
f
permissionLevel
field_9815
level
f_81291_
private final String
g
textName
field_9826
name
f_81292_
private final Component
h
displayName
field_9825
displayName
f_81293_
private final MinecraftServer
i
server
field_9818
server
f_81294_
private final boolean
j
silent
field_9823
silent
f_81295_
private final Entity
k
entity
field_9820
entity
f_81296_
private final com.mojang.brigadier.ResultConsumer<CommandSourceStack>
l
consumer
field_9821
resultConsumer
f_81297_
private final EntityAnchorArgument$Anchor
m
anchor
field_9816
entityAnchor
f_81298_
private final Vec2
n
rotation
field_9822
rotation
f_81299_
private final CommandSigningContext
o
signingContext
field_39183
signedArguments
f_230878_
private final TaskChainer
p
chatMessageChainer
field_39834
messageChainTaskQueue
f_241659_

Constructor summary

ModifierConstructor
public (CommandSource output, Vec3 pos, Vec2 rot, ServerLevel world, int level, String name, Component displayName, MinecraftServer server, Entity entity)
protected (CommandSource output, Vec3 pos, Vec2 rot, ServerLevel world, int level, String name, Component displayName, MinecraftServer server, Entity entity, boolean silent, com.mojang.brigadier.ResultConsumer<CommandSourceStack> consumer, EntityAnchorArgument$Anchor entityAnchor, CommandSigningContext signedArguments, TaskChainer messageChainTaskQueue)

Method summary

Modifier and TypeMethod
public CommandSourceStack
a(dq arg0)
withSource(CommandSource arg0)
method_36321(class_2165 arg0)
withOutput(CommandOutput output)
m_165484_(C_2890_ arg0)
public CommandSourceStack
a(bbn arg0)
withEntity(Entity arg0)
method_9232(class_1297 arg0)
withEntity(Entity entity)
m_81329_(C_507_ arg0)
public CommandSourceStack
a(dwq arg0)
withPosition(Vec3 arg0)
method_9208(class_243 arg0)
withPosition(Vec3d position)
m_81348_(C_3046_ arg0)
public CommandSourceStack
a(dwp arg0)
withRotation(Vec2 arg0)
method_9216(class_241 arg0)
withRotation(Vec2f rotation)
m_81346_(C_3045_ arg0)
public CommandSourceStack
a(com.mojang.brigadier.ResultConsumer<dr> arg0)
withCallback(com.mojang.brigadier.ResultConsumer<CommandSourceStack> arg0)
method_9231(com.mojang.brigadier.ResultConsumer<class_2168> arg0)
withConsumer(com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer)
m_81334_(com.mojang.brigadier.ResultConsumer<C_2969_> arg0)
public CommandSourceStack
a(com.mojang.brigadier.ResultConsumer<dr> arg0, BinaryOperator<com.mojang.brigadier.ResultConsumer<dr>> arg1)
withCallback(com.mojang.brigadier.ResultConsumer<CommandSourceStack> arg0, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>> arg1)
method_9209(com.mojang.brigadier.ResultConsumer<class_2168> arg0, BinaryOperator<com.mojang.brigadier.ResultConsumer<class_2168>> arg1)
mergeConsumers(com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, BinaryOperator<com.mojang.brigadier.ResultConsumer<ServerCommandSource>> merger)
m_81336_(com.mojang.brigadier.ResultConsumer<C_2969_> p_81338_, BinaryOperator<com.mojang.brigadier.ResultConsumer<C_2969_>> arg1)
public CommandSourceStack
a()
withSuppressedOutput()
method_9217()
withSilent()
m_81324_()
public CommandSourceStack
a(int arg0)
withPermission(int arg0)
method_9206(int arg0)
withLevel(int level)
m_81325_(int arg0)
public CommandSourceStack
b(int arg0)
withMaximumPermission(int arg0)
method_9230(int arg0)
withMaxLevel(int level)
m_81358_(int arg0)
public CommandSourceStack
a(ea$a arg0)
withAnchor(EntityAnchorArgument$Anchor arg0)
method_9218(class_2183$class_2184 arg0)
withEntityAnchor(EntityAnchorArgumentType$EntityAnchor anchor)
m_81350_(C_3362_ arg0)
public CommandSourceStack
a(agg arg0)
withLevel(ServerLevel arg0)
method_9227(class_3218 arg0)
withWorld(ServerWorld world)
m_81327_(C_12_ arg0)
public CommandSourceStack
a(bbn arg0, ea$a arg1)
facing(Entity arg0, EntityAnchorArgument$Anchor arg1)
method_9220(class_1297 arg0, class_2183$class_2184 arg1)
withLookingAt(Entity entity, EntityAnchorArgumentType$EntityAnchor anchor)
m_81331_(C_507_ p_81333_, C_3362_ arg1)
public CommandSourceStack
b(dwq arg0)
facing(Vec3 arg0)
method_9221(class_243 arg0)
withLookingAt(Vec3d position)
m_81364_(C_3046_ arg0)
public CommandSourceStack
a(dp arg0)
withSigningContext(CommandSigningContext arg0)
method_43735(class_7448 arg0)
withSignedArguments(SignedCommandArguments signedArguments)
m_230893_(C_213308_ arg0)
public CommandSourceStack
a(amy arg0)
withChatMessageChainer(TaskChainer arg0)
method_44908(class_7620 arg0)
withMessageChainTaskQueue(FutureQueue messageChainTaskQueue)
m_241952_(C_241579_ arg0)
public Component
b()
getDisplayName()
method_9223()
getDisplayName()
m_81357_()
public String
c()
getTextName()
method_9214()
getName()
m_81368_()
public ChatSender
d()
asChatSender()
method_43736()
getMessageSourceProfile()
m_230895_()
public boolean
c(int arg0)
hasPermission(int arg0)
method_9259(int arg0)
hasPermissionLevel(int arg0)
m_6761_(int arg0)
public Vec3
e()
getPosition()
method_9222()
getPosition()
m_81371_()
public ServerLevel
f()
getLevel()
method_9225()
getWorld()
m_81372_()
public Entity
g()
getEntity()
method_9228()
getEntity()
m_81373_()
public Entity
h()
getEntityOrException()
method_9229()
getEntityOrThrow()
m_81374_()
public ServerPlayer
i()
getPlayerOrException()
method_9207()
getPlayerOrThrow()
m_81375_()
public ServerPlayer
j()
getPlayer()
method_44023()
getPlayer()
m_230896_()
public boolean
k()
isPlayer()
method_43737()
isExecutedByPlayer()
m_230897_()
public Vec2
l()
getRotation()
method_9210()
getRotation()
m_81376_()
public MinecraftServer
m()
getServer()
method_9211()
getServer()
m_81377_()
public EntityAnchorArgument$Anchor
n()
getAnchor()
method_9219()
getEntityAnchor()
m_81378_()
public CommandSigningContext
o()
getSigningContext()
method_43738()
getSignedArguments()
m_230898_()
public TaskChainer
p()
getChatMessageChainer()
method_44909()
getMessageChainTaskQueue()
m_241923_()
public boolean
a(agh arg0)
shouldFilterMessageTo(ServerPlayer arg0)
method_45067(class_3222 arg0)
shouldFilterText(ServerPlayerEntity recipient)
m_243061_(C_13_ arg0)
public void
a(sc arg0, boolean arg1, rm$a arg2)
sendChatMessage(OutgoingPlayerChatMessage arg0, boolean arg1, ChatType$Bound arg2)
method_44749(class_7604 arg0, boolean arg1, class_2556$class_7602 arg2)
sendChatMessage(SentMessage message, boolean filterMaskEnabled, MessageType$Parameters params)
m_243079_(C_240835_ p_243216_, boolean p_243244_, C_240838_ arg2)
public void
a(rq arg0)
sendSystemMessage(Component arg0)
method_45068(class_2561 arg0)
sendMessage(Text message)
m_243053_(C_4996_ arg0)
public void
a(rq arg0, boolean arg1)
sendSuccess(Component arg0, boolean arg1)
method_9226(class_2561 arg0, boolean arg1)
sendFeedback(Text message, boolean broadcastToOps)
m_81354_(C_4996_ p_81356_, boolean arg1)
private void
c(rq arg0)
broadcastToAdmins(Component arg0)
method_9212(class_2561 arg0)
sendToOps(Text message)
m_81366_(C_4996_ arg0)
public void
b(rq arg0)
sendFailure(Component arg0)
method_9213(class_2561 arg0)
sendError(Text message)
m_81352_(C_4996_ arg0)
public void
a(com.mojang.brigadier.context.CommandContext<dr> arg0, boolean arg1, int arg2)
onCommandComplete(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, boolean arg1, int arg2)
method_9215(com.mojang.brigadier.context.CommandContext<class_2168> arg0, boolean arg1, int arg2)
onCommandComplete(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean success, int result)
m_81342_(com.mojang.brigadier.context.CommandContext<C_2969_> p_81344_, boolean p_81345_, int arg2)
public Collection<String>
q()
getOnlinePlayerNames()
method_9262()
getPlayerNames()
m_5982_()
public Collection<String>
r()
getAllTeams()
method_9267()
getTeamNames()
m_5983_()
public Collection<ResourceLocation>
s()
getAvailableSoundEvents()
method_9254()
getSoundIds()
m_5984_()
public Stream<ResourceLocation>
t()
getRecipeNames()
method_9273()
getRecipeIds()
m_6860_()
public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
a(com.mojang.brigadier.context.CommandContext<?> arg0)
customSuggestion(com.mojang.brigadier.context.CommandContext<?> arg0)
method_9261(com.mojang.brigadier.context.CommandContext<?> arg0)
getCompletions(com.mojang.brigadier.context.CommandContext<?> arg0)
m_212155_(com.mojang.brigadier.context.CommandContext<?> arg0)
public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
a(aba<? extends hm<?>> arg0, dt$a arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2, com.mojang.brigadier.context.CommandContext<?> arg3)
suggestRegistryElements(ResourceKey<? extends Registry<?>> arg0, SharedSuggestionProvider$ElementSuggestionType arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2, com.mojang.brigadier.context.CommandContext<?> arg3)
method_41213(class_5321<? extends class_2378<?>> arg0, class_2172$class_7078 arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2, com.mojang.brigadier.context.CommandContext<?> arg3)
listIdSuggestions(RegistryKey<? extends Registry<?>> arg0, CommandSource$SuggestedIdType arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2, com.mojang.brigadier.context.CommandContext<?> arg3)
m_212095_(C_5264_<? extends C_4705_<?>> p_212331_, C_211817_ p_212332_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_212333_, com.mojang.brigadier.context.CommandContext<?> arg3)
public Set<ResourceKey<Level>>
u()
levels()
method_29310()
getWorldKeys()
m_6553_()
public RegistryAccess
v()
registryAccess()
method_30497()
getRegistryManager()
m_5894_()