History - net.minecraft.commands.CommandSourceStack
25w18a
Names
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_NOT_PLAYER, field_9824, REQUIRES_PLAYER_EXCEPTION, f_81286_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_NOT_PLAYER, field_9824
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_NOT_ENTITY, field_9827, REQUIRES_ENTITY_EXCEPTION, f_81287_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_NOT_ENTITY, field_9827
CommandSource: d, source, field_9819, output, f_81288_
CommandSource: d, source, field_9819
Vec3: e, worldPosition, field_9817, position, f_81289_
Vec3: e, worldPosition, field_9817
int: g, permissionLevel, field_9815, level, f_81291_
int: g, permissionLevel, field_9815
String: h, textName, field_9826, name, f_81292_
String: h, textName, field_9826
Component: i, displayName, field_9825, displayName, f_81293_
Component: i, displayName, field_9825
MinecraftServer: j, server, field_9818, server, f_81294_
MinecraftServer: j, server, field_9818
boolean: k, silent, field_9823, silent, f_81295_
boolean: k, silent, field_9823
Entity: l, entity, field_9820, entity, f_81296_
Entity: l, entity, field_9820
EntityAnchorArgument$Anchor: n, anchor, field_9816, entityAnchor, f_81298_
EntityAnchorArgument$Anchor: n, anchor, field_9816
Vec2: o, rotation, field_9822, rotation, f_81299_
Vec2: o, rotation, field_9822
ServerLevel: f, level, field_9828, world, f_81290_
ServerLevel: f, level, field_9828
CommandSigningContext: p, signingContext, field_39183, signedArguments, f_230878_
CommandSigningContext: p, signingContext, field_39183
TaskChainer: q, chatMessageChainer, field_39834, messageChainTaskQueue, f_241659_
TaskChainer: q, chatMessageChainer, field_39834
CommandResultCallback: m, resultCallback, field_47159, returnValueConsumer, f_302754_
CommandResultCallback: m, resultCallback, field_47159
Constructors
Methods
CommandSourceStack (Entity): a, withEntity, method_9232, withEntity, m_81329_
CommandSourceStack (Entity): a, withEntity, method_9232
CommandSourceStack (Vec3): a, withPosition, method_9208, withPosition, m_81348_
CommandSourceStack (Vec3): a, withPosition, method_9208
CommandSourceStack (Vec2): a, withRotation, method_9216, withRotation, m_81346_
CommandSourceStack (Vec2): a, withRotation, method_9216
CommandSourceStack (): a, withSuppressedOutput, method_9217, withSilent, m_81324_
CommandSourceStack (): a, withSuppressedOutput, method_9217
CommandSourceStack (int): a, withPermission, method_9206, withLevel, m_81325_
CommandSourceStack (int): a, withPermission, method_9206
CommandSourceStack (int): b, withMaximumPermission, method_9230, withMaxLevel, m_81358_
CommandSourceStack (int): b, withMaximumPermission, method_9230
CommandSourceStack (EntityAnchorArgument$Anchor): a, withAnchor, method_9218, withEntityAnchor, m_81350_
CommandSourceStack (EntityAnchorArgument$Anchor): a, withAnchor, method_9218
CommandSourceStack (Entity, EntityAnchorArgument$Anchor): a, facing, method_9220, withLookingAt, m_81331_
CommandSourceStack (Entity, EntityAnchorArgument$Anchor): a, facing, method_9220
CommandSourceStack (Vec3): b, facing, method_9221, withLookingAt, m_81364_
CommandSourceStack (Vec3): b, facing, method_9221
Component (): b, getDisplayName, method_9223, getDisplayName, m_81357_
Component (): b, getDisplayName, method_9223
String (): c, getTextName, method_9214, getName, m_81368_
String (): c, getTextName, method_9214
boolean (int): c, hasPermission, method_9259, hasPermissionLevel, m_6761_
boolean (int): c, hasPermission, method_9259
Vec3 (): d, getPosition, method_9222, getPosition, m_81371_
Vec3 (): d, getPosition, method_9222
Entity (): f, getEntity, method_9228, getEntity, m_81373_
Entity (): f, getEntity, method_9228
Entity (): g, getEntityOrException, method_9229, getEntityOrThrow, m_81374_
Entity (): g, getEntityOrException, method_9229
Vec2 (): k, getRotation, method_9210, getRotation, m_81376_
Vec2 (): k, getRotation, method_9210
MinecraftServer (): l, getServer, method_9211, getServer, m_81377_
MinecraftServer (): l, getServer, method_9211
EntityAnchorArgument$Anchor (): m, getAnchor, method_9219, getEntityAnchor, m_81378_
EntityAnchorArgument$Anchor (): m, getAnchor, method_9219
void (Component): c, broadcastToAdmins, method_9212, sendToOps, m_81366_
void (Component): c, broadcastToAdmins, method_9212
void (Component): b, sendFailure, method_9213, sendError, m_81352_
void (Component): b, sendFailure, method_9213
Collection<String> (): q, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): q, getOnlinePlayerNames, method_9262
Collection<String> (): r, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<String> (): r, getAllTeams, method_9267
CommandSourceStack (ServerLevel): a, withLevel, method_9227, withWorld, m_81327_
CommandSourceStack (ServerLevel): a, withLevel, method_9227
ServerLevel (): e, getLevel, method_9225, getWorld, m_81372_
ServerLevel (): e, getLevel, method_9225
ServerPlayer (): h, getPlayerOrException, method_9207, getPlayerOrThrow, m_81375_
ServerPlayer (): h, getPlayerOrException, method_9207
Set<ResourceKey<Level>> (): t, levels, method_29310, getWorldKeys, m_6553_
Set<ResourceKey<Level>> (): t, levels, method_29310
RegistryAccess (): u, registryAccess, method_30497, getRegistryManager, m_5894_
RegistryAccess (): u, registryAccess, method_30497
CommandSourceStack (CommandSource): a, withSource, method_36321, withOutput, m_165484_
CommandSourceStack (CommandSource): a, withSource, method_36321
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<?>): a, customSuggestion, method_9261, getCompletions, m_212155_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<?>): a, customSuggestion, method_9261
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (ResourceKey<? extends Registry<?>>, SharedSuggestionProvider$ElementSuggestionType, com.mojang.brigadier.suggestion.SuggestionsBuilder, com.mojang.brigadier.context.CommandContext<?>): a, suggestRegistryElements, method_41213, listIdSuggestions, m_212095_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (ResourceKey<? extends Registry<?>>, SharedSuggestionProvider$ElementSuggestionType, com.mojang.brigadier.suggestion.SuggestionsBuilder, com.mojang.brigadier.context.CommandContext<?>): a, suggestRegistryElements, method_41213
ServerPlayer (): i, getPlayer, method_44023, getPlayer, m_230896_
ServerPlayer (): i, getPlayer, method_44023
boolean (): j, isPlayer, method_43737, isExecutedByPlayer, m_230897_
boolean (): j, isPlayer, method_43737
CommandSigningContext (): n, getSigningContext, method_43738, getSignedArguments, m_230898_
CommandSigningContext (): n, getSigningContext, method_43738
TaskChainer (): o, getChatMessageChainer, method_44909, getMessageChainTaskQueue, m_241923_
TaskChainer (): o, getChatMessageChainer, method_44909
boolean (ServerPlayer): a, shouldFilterMessageTo, method_45067, shouldFilterText, m_243061_
boolean (ServerPlayer): a, shouldFilterMessageTo, method_45067
void (OutgoingChatMessage, boolean, ChatType$Bound): a, sendChatMessage, method_44749, sendChatMessage, m_246719_
void (OutgoingChatMessage, boolean, ChatType$Bound): a, sendChatMessage, method_44749
void (Component): a, sendSystemMessage, method_45068, sendMessage, m_243053_
void (Component): a, sendSystemMessage, method_45068
Stream<ResourceLocation> (): s, getAvailableSounds, method_9254, getSoundIds, m_5984_
Stream<ResourceLocation> (): s, getAvailableSounds, method_9254
FeatureFlagSet (): v, enabledFeatures, method_45549, getEnabledFeatures, m_245239_
FeatureFlagSet (): v, enabledFeatures, method_45549
void (Supplier<Component>, boolean): a, sendSuccess, method_9226, sendFeedback, m_288197_
void (Supplier<Component>, boolean): a, sendSuccess, method_9226
CommandSourceStack (CommandSigningContext, TaskChainer): a, withSigningContext, method_43735, withSignedArguments, m_230893_
CommandSourceStack (CommandSigningContext, TaskChainer): a, withSigningContext, method_43735
CommandSourceStack (CommandResultCallback): a, withCallback, method_9231, withReturnValueConsumer, m_81334_
CommandSourceStack (CommandResultCallback): a, withCallback, method_9231
CommandSourceStack (CommandResultCallback, BinaryOperator<CommandResultCallback>): a, withCallback, method_9209, mergeReturnValueConsumers, m_81336_
CommandSourceStack (CommandResultCallback, BinaryOperator<CommandResultCallback>): a, withCallback, method_9209
CommandResultCallback (): p, callback, method_54881, getReturnValueConsumer, m_304794_
CommandResultCallback (): p, callback, method_54881
com.mojang.brigadier.CommandDispatcher<CommandSourceStack> (): w, dispatcher, method_54310, getDispatcher, m_305649_
com.mojang.brigadier.CommandDispatcher<CommandSourceStack> (): w, dispatcher, method_54310
void (com.mojang.brigadier.exceptions.CommandExceptionType, com.mojang.brigadier.Message, boolean, TraceCallbacks): a, handleError, method_54491, handleException, m_305988_
void (com.mojang.brigadier.exceptions.CommandExceptionType, com.mojang.brigadier.Message, boolean, TraceCallbacks): a, handleError, method_54491
boolean (): x, isSilent, method_54882, isSilent, m_306225_
boolean (): x, isSilent, method_54882
1.21.5
Names
ex
ek
Fields
Constructors
Methods
1.21.4
Names
ew
ex
Fields
CommandSource: c, source, field_9819, output, f_81288_
CommandSource: d, source, field_9819, output, f_81288_
Vec3: d, worldPosition, field_9817, position, f_81289_
Vec3: e, worldPosition, field_9817, position, f_81289_
int: f, permissionLevel, field_9815, level, f_81291_
int: g, permissionLevel, field_9815, level, f_81291_
String: g, textName, field_9826, name, f_81292_
String: h, textName, field_9826, name, f_81292_
Component: h, displayName, field_9825, displayName, f_81293_
Component: i, displayName, field_9825, displayName, f_81293_
MinecraftServer: i, server, field_9818, server, f_81294_
MinecraftServer: j, server, field_9818, server, f_81294_
boolean: j, silent, field_9823, silent, f_81295_
boolean: k, silent, field_9823, silent, f_81295_
Entity: k, entity, field_9820, entity, f_81296_
Entity: l, entity, field_9820, entity, f_81296_
EntityAnchorArgument$Anchor: m, anchor, field_9816, entityAnchor, f_81298_
EntityAnchorArgument$Anchor: n, anchor, field_9816, entityAnchor, f_81298_
Vec2: n, rotation, field_9822, rotation, f_81299_
Vec2: o, rotation, field_9822, rotation, f_81299_
ServerLevel: e, level, field_9828, world, f_81290_
ServerLevel: f, level, field_9828, world, f_81290_
CommandSigningContext: o, signingContext, field_39183, signedArguments, f_230878_
CommandSigningContext: p, signingContext, field_39183, signedArguments, f_230878_
TaskChainer: p, chatMessageChainer, field_39834, messageChainTaskQueue, f_241659_
TaskChainer: q, chatMessageChainer, field_39834, messageChainTaskQueue, f_241659_
CommandResultCallback: l, resultCallback, field_47159, returnValueConsumer, f_302754_
CommandResultCallback: m, resultCallback, field_47159, returnValueConsumer, f_302754_
Constructors
Methods
1.21.3
Names
et
ew
Fields
Constructors
Methods
Stream<ResourceLocation> (): t, getRecipeNames, method_9273, getRecipeIds, m_6860_
Set<ResourceKey<Level>> (): u, levels, method_29310, getWorldKeys, m_6553_
Set<ResourceKey<Level>> (): t, levels, method_29310, getWorldKeys, m_6553_
RegistryAccess (): v, registryAccess, method_30497, getRegistryManager, m_5894_
RegistryAccess (): u, registryAccess, method_30497, getRegistryManager, m_5894_
FeatureFlagSet (): w, enabledFeatures, method_45549, getEnabledFeatures, m_245239_
FeatureFlagSet (): v, enabledFeatures, method_45549, getEnabledFeatures, m_245239_
com.mojang.brigadier.CommandDispatcher<CommandSourceStack> (): x, dispatcher, method_54310, getDispatcher, m_305649_
com.mojang.brigadier.CommandDispatcher<CommandSourceStack> (): w, dispatcher, method_54310, getDispatcher, m_305649_
boolean (): y, isSilent, method_54882, isSilent, m_306225_
boolean (): x, isSilent, method_54882, isSilent, m_306225_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
ep
et
Fields
Constructors
Methods
1.20.6
Names
ds
ep
Fields
Constructors
Methods
1.20.4
Names
dt
ds
Fields
com.mojang.brigadier.ResultConsumer<CommandSourceStack>: l, consumer, field_9821, resultConsumer, f_81297_
IntConsumer: q, returnValueConsumer, field_44647, returnValueConsumer, f_279552_
CommandResultCallback: l, resultCallback, field_47159, returnValueConsumer, f_302754_
Constructors
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor, CommandSigningContext, TaskChainer, IntConsumer)
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, CommandResultCallback, EntityAnchorArgument$Anchor, CommandSigningContext, TaskChainer)
Methods
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>): a, withCallback, method_9231, withConsumer, m_81334_
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>): a, withCallback, method_9209, mergeConsumers, m_81336_
void (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, int): a, onCommandComplete, method_9215, onCommandComplete, m_81342_
CommandSourceStack (IntConsumer): a, withReturnValueConsumer, method_51411, withReturnValueConsumer, m_280439_
IntConsumer (): p, getReturnValueConsumer, method_51413, getReturnValueConsumer, m_280336_
CommandSourceStack (CommandResultCallback): a, withCallback, method_9231, withReturnValueConsumer, m_81334_
CommandSourceStack (CommandResultCallback, BinaryOperator<CommandResultCallback>): a, withCallback, method_9209, mergeReturnValueConsumers, m_81336_
CommandResultCallback (): p, callback, method_54881, getReturnValueConsumer, m_304794_
com.mojang.brigadier.CommandDispatcher<CommandSourceStack> (): x, dispatcher, method_54310, getDispatcher, m_305649_
void (com.mojang.brigadier.exceptions.CommandExceptionType, com.mojang.brigadier.Message, boolean, TraceCallbacks): a, handleError, method_54491, handleException, m_305988_
boolean (): y, isSilent, method_54882, isSilent, m_306225_
1.20.2
Names
ds
dt
Fields
Constructors
Methods
CommandSourceStack (CommandSigningContext): a, withSigningContext, method_43735, withSignedArguments, m_230893_
CommandSourceStack (TaskChainer): a, withChatMessageChainer, method_44908, withMessageChainTaskQueue, m_241952_
CommandSourceStack (CommandSigningContext, TaskChainer): a, withSigningContext, method_43735, withSignedArguments, m_230893_
1.20.1
Names
dr
ds
Fields
IntConsumer: q, returnValueConsumer, field_44647, returnValueConsumer, f_279552_
Constructors
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor, CommandSigningContext, TaskChainer)
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor, CommandSigningContext, TaskChainer, IntConsumer)
Methods
void (Component, boolean): a, sendSuccess, method_9226, sendFeedback, m_81354_
Collection<String> (): p, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): q, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): q, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<String> (): r, getAllTeams, method_9267, getTeamNames, m_5983_
Stream<ResourceLocation> (): s, getRecipeNames, method_9273, getRecipeIds, m_6860_
Stream<ResourceLocation> (): t, getRecipeNames, method_9273, getRecipeIds, m_6860_
Set<ResourceKey<Level>> (): t, levels, method_29310, getWorldKeys, m_6553_
Set<ResourceKey<Level>> (): u, levels, method_29310, getWorldKeys, m_6553_
RegistryAccess (): u, registryAccess, method_30497, getRegistryManager, m_5894_
RegistryAccess (): v, registryAccess, method_30497, getRegistryManager, m_5894_
Stream<ResourceLocation> (): r, getAvailableSounds, method_9254, getSoundIds, m_5984_
Stream<ResourceLocation> (): s, getAvailableSounds, method_9254, getSoundIds, m_5984_
FeatureFlagSet (): v, enabledFeatures, method_45549, getEnabledFeatures, m_245239_
FeatureFlagSet (): w, enabledFeatures, method_45549, getEnabledFeatures, m_245239_
CommandSourceStack (IntConsumer): a, withReturnValueConsumer, method_51411, withReturnValueConsumer, m_280439_
IntConsumer (): p, getReturnValueConsumer, method_51413, getReturnValueConsumer, m_280336_
void (Supplier<Component>, boolean): a, sendSuccess, method_9226, sendFeedback, m_288197_
1.19.4
Names
dn
dr
Fields
Constructors
Methods
1.19.3
Names
dr
dn
Fields
Constructors
Methods
Vec3 (): e, getPosition, method_9222, getPosition, m_81371_
Vec3 (): d, getPosition, method_9222, getPosition, m_81371_
Entity (): g, getEntity, method_9228, getEntity, m_81373_
Entity (): f, getEntity, method_9228, getEntity, m_81373_
Entity (): h, getEntityOrException, method_9229, getEntityOrThrow, m_81374_
Entity (): g, getEntityOrException, method_9229, getEntityOrThrow, m_81374_
Vec2 (): l, getRotation, method_9210, getRotation, m_81376_
Vec2 (): k, getRotation, method_9210, getRotation, m_81376_
MinecraftServer (): m, getServer, method_9211, getServer, m_81377_
MinecraftServer (): l, getServer, method_9211, getServer, m_81377_
EntityAnchorArgument$Anchor (): n, getAnchor, method_9219, getEntityAnchor, m_81378_
EntityAnchorArgument$Anchor (): m, getAnchor, method_9219, getEntityAnchor, m_81378_
Collection<String> (): q, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): p, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): r, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<String> (): q, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<ResourceLocation> (): s, getAvailableSoundEvents, method_9254, getSoundIds, m_5984_
ServerLevel (): f, getLevel, method_9225, getWorld, m_81372_
ServerLevel (): e, getLevel, method_9225, getWorld, m_81372_
ServerPlayer (): i, getPlayerOrException, method_9207, getPlayerOrThrow, m_81375_
ServerPlayer (): h, getPlayerOrException, method_9207, getPlayerOrThrow, m_81375_
Stream<ResourceLocation> (): t, getRecipeNames, method_9273, getRecipeIds, m_6860_
Stream<ResourceLocation> (): s, getRecipeNames, method_9273, getRecipeIds, m_6860_
Set<ResourceKey<Level>> (): u, levels, method_29310, getWorldKeys, m_6553_
Set<ResourceKey<Level>> (): t, levels, method_29310, getWorldKeys, m_6553_
RegistryAccess (): v, registryAccess, method_30497, getRegistryManager, m_5894_
RegistryAccess (): u, registryAccess, method_30497, getRegistryManager, m_5894_
ChatSender (): d, asChatSender, method_43736, getMessageSourceProfile, m_230895_
ServerPlayer (): j, getPlayer, method_44023, getPlayer, m_230896_
ServerPlayer (): i, getPlayer, method_44023, getPlayer, m_230896_
boolean (): k, isPlayer, method_43737, isExecutedByPlayer, m_230897_
boolean (): j, isPlayer, method_43737, isExecutedByPlayer, m_230897_
CommandSigningContext (): o, getSigningContext, method_43738, getSignedArguments, m_230898_
CommandSigningContext (): n, getSigningContext, method_43738, getSignedArguments, m_230898_
TaskChainer (): p, getChatMessageChainer, method_44909, getMessageChainTaskQueue, m_241923_
TaskChainer (): o, getChatMessageChainer, method_44909, getMessageChainTaskQueue, m_241923_
void (OutgoingPlayerChatMessage, boolean, ChatType$Bound): a, sendChatMessage, method_44749, sendChatMessage, m_243079_
void (OutgoingChatMessage, boolean, ChatType$Bound): a, sendChatMessage, method_44749, sendChatMessage, m_246719_
Stream<ResourceLocation> (): r, getAvailableSounds, method_9254, getSoundIds, m_5984_
FeatureFlagSet (): v, enabledFeatures, method_45549, getEnabledFeatures, m_245239_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
Fields
CommandSigningContext: o, signingContext, field_39183, signer, f_230878_
CommandSigningContext: o, signingContext, field_39183, signedArguments, f_230878_
TaskChainer: p, chatMessageChainer, field_39834, messageChainTaskQueue, f_241659_
Constructors
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor, CommandSigningContext)
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor, CommandSigningContext, TaskChainer)
Methods
void (Component): b, broadcastToAdmins, method_9212, sendToOps, m_81366_
void (Component): c, broadcastToAdmins, method_9212, sendToOps, m_81366_
void (Component): a, sendFailure, method_9213, sendError, m_81352_
void (Component): b, sendFailure, method_9213, sendError, m_81352_
Collection<String> (): p, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): q, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): q, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<String> (): r, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<ResourceLocation> (): r, getAvailableSoundEvents, method_9254, getSoundIds, m_5984_
Collection<ResourceLocation> (): s, getAvailableSoundEvents, method_9254, getSoundIds, m_5984_
Stream<ResourceLocation> (): s, getRecipeNames, method_9273, getRecipeIds, m_6860_
Stream<ResourceLocation> (): t, getRecipeNames, method_9273, getRecipeIds, m_6860_
Set<ResourceKey<Level>> (): t, levels, method_29310, getWorldKeys, m_6553_
Set<ResourceKey<Level>> (): u, levels, method_29310, getWorldKeys, m_6553_
RegistryAccess (): u, registryAccess, method_30497, getRegistryManager, m_5894_
RegistryAccess (): v, registryAccess, method_30497, getRegistryManager, m_5894_
CommandSourceStack (CommandSigningContext): a, withSigningContext, method_43735, withSigner, m_230893_
CommandSourceStack (CommandSigningContext): a, withSigningContext, method_43735, withSignedArguments, m_230893_
ChatSender (): d, asChatSender, method_43736, getChatMessageSender, m_230895_
ChatSender (): d, asChatSender, method_43736, getMessageSourceProfile, m_230895_
CommandSigningContext (): o, getSigningContext, method_43738, getSigner, m_230898_
CommandSigningContext (): o, getSigningContext, method_43738, getSignedArguments, m_230898_
CommandSourceStack (TaskChainer): a, withChatMessageChainer, method_44908, withMessageChainTaskQueue, m_241952_
TaskChainer (): p, getChatMessageChainer, method_44909, getMessageChainTaskQueue, m_241923_
boolean (ServerPlayer): a, shouldFilterMessageTo, method_45067, shouldFilterText, m_243061_
void (OutgoingPlayerChatMessage, boolean, ChatType$Bound): a, sendChatMessage, method_44749, sendChatMessage, m_243079_
void (Component): a, sendSystemMessage, method_45068, sendMessage, m_243053_
1.19
Names
dm
dr
Fields
CommandSigningContext: o, signingContext, field_39183, signer, f_230878_
Constructors
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor)
(CommandSource, Vec3, Vec2, ServerLevel, int, String, Component, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSourceStack>, EntityAnchorArgument$Anchor, CommandSigningContext)
Methods
Vec3 (): d, getPosition, method_9222, getPosition, m_81371_
Vec3 (): e, getPosition, method_9222, getPosition, m_81371_
Entity (): f, getEntity, method_9228, getEntity, m_81373_
Entity (): g, getEntity, method_9228, getEntity, m_81373_
Entity (): g, getEntityOrException, method_9229, getEntityOrThrow, m_81374_
Entity (): h, getEntityOrException, method_9229, getEntityOrThrow, m_81374_
Vec2 (): i, getRotation, method_9210, getRotation, m_81376_
Vec2 (): l, getRotation, method_9210, getRotation, m_81376_
MinecraftServer (): j, getServer, method_9211, getServer, m_81377_
MinecraftServer (): m, getServer, method_9211, getServer, m_81377_
EntityAnchorArgument$Anchor (): k, getAnchor, method_9219, getEntityAnchor, m_81378_
EntityAnchorArgument$Anchor (): n, getAnchor, method_9219, getEntityAnchor, m_81378_
Collection<String> (): l, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): p, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): m, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<String> (): q, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<ResourceLocation> (): n, getAvailableSoundEvents, method_9254, getSoundIds, m_5984_
Collection<ResourceLocation> (): r, getAvailableSoundEvents, method_9254, getSoundIds, m_5984_
ServerLevel (): e, getLevel, method_9225, getWorld, m_81372_
ServerLevel (): f, getLevel, method_9225, getWorld, m_81372_
ServerPlayer (): h, getPlayerOrException, method_9207, getPlayer, m_81375_
ServerPlayer (): i, getPlayerOrException, method_9207, getPlayerOrThrow, m_81375_
Stream<ResourceLocation> (): o, getRecipeNames, method_9273, getRecipeIds, m_6860_
Stream<ResourceLocation> (): s, getRecipeNames, method_9273, getRecipeIds, m_6860_
Set<ResourceKey<Level>> (): p, levels, method_29310, getWorldKeys, m_6553_
Set<ResourceKey<Level>> (): t, levels, method_29310, getWorldKeys, m_6553_
RegistryAccess (): q, registryAccess, method_30497, getRegistryManager, m_5894_
RegistryAccess (): u, registryAccess, method_30497, getRegistryManager, m_5894_
CommandSourceStack (CommandSigningContext): a, withSigningContext, method_43735, withSigner, m_230893_
ChatSender (): d, asChatSender, method_43736, getChatMessageSender, m_230895_
ServerPlayer (): j, getPlayer, method_44023, getPlayer, m_230896_
boolean (): k, isPlayer, method_43737, isExecutedByPlayer, m_230897_
CommandSigningContext (): o, getSigningContext, method_43738, getSigner, m_230898_
1.18.2
Names
Fields
Constructors
Methods
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, customSuggestion, method_9261, getCompletions, m_5497_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<?>): a, customSuggestion, method_9261, getCompletions, m_212155_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (ResourceKey<? extends Registry<?>>, SharedSuggestionProvider$ElementSuggestionType, com.mojang.brigadier.suggestion.SuggestionsBuilder, com.mojang.brigadier.context.CommandContext<?>): a, suggestRegistryElements, method_41213, listIdSuggestions, m_212095_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
dl
dm
Fields
Constructors
Methods
1.17.1
Names
Fields
String: g, textName, field_9826, simpleName, f_81292_
String: g, textName, field_9826, name, f_81292_
Component: h, displayName, field_9825, name, f_81293_
Component: h, displayName, field_9825, displayName, f_81293_
Constructors
Methods
MinecraftServer (): j, getServer, method_9211, getMinecraftServer, m_81377_
MinecraftServer (): j, getServer, method_9211, getServer, m_81377_
1.17
Names
db
dl
net.minecraft.command.CommandSource
net.minecraft.src.C_2969_
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_NOT_PLAYER, field_9824, REQUIRES_PLAYER_EXCEPTION, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_NOT_PLAYER, field_9824, REQUIRES_PLAYER_EXCEPTION, f_81286_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_NOT_ENTITY, field_9827, REQUIRES_ENTITY_EXCEPTION, field_197040_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_NOT_ENTITY, field_9827, REQUIRES_ENTITY_EXCEPTION, f_81287_
CommandSource: c, source, field_9819, output, field_197041_c
CommandSource: c, source, field_9819, output, f_81288_
Vec3: d, worldPosition, field_9817, position, field_197042_d
Vec3: d, worldPosition, field_9817, position, f_81289_
int: f, permissionLevel, field_9815, level, field_197044_f
int: f, permissionLevel, field_9815, level, f_81291_
String: g, textName, field_9826, simpleName, field_197045_g
String: g, textName, field_9826, simpleName, f_81292_
Component: h, displayName, field_9825, name, field_197046_h
Component: h, displayName, field_9825, name, f_81293_
MinecraftServer: i, server, field_9818, server, field_197047_i
MinecraftServer: i, server, field_9818, server, f_81294_
boolean: j, silent, field_9823, silent, field_197048_j
boolean: j, silent, field_9823, silent, f_81295_
Entity: k, entity, field_9820, entity, field_197049_k
Entity: k, entity, field_9820, entity, f_81296_
com.mojang.brigadier.ResultConsumer<CommandSourceStack>: l, consumer, field_9821, resultConsumer, field_197050_l
com.mojang.brigadier.ResultConsumer<CommandSourceStack>: l, consumer, field_9821, resultConsumer, f_81297_
EntityAnchorArgument$Anchor: m, anchor, field_9816, entityAnchor, field_201011_m
EntityAnchorArgument$Anchor: m, anchor, field_9816, entityAnchor, f_81298_
Vec2: n, rotation, field_9822, rotation, field_201012_n
Vec2: n, rotation, field_9822, rotation, f_81299_
ServerLevel: e, level, field_9828, world, field_197043_e
ServerLevel: e, level, field_9828, world, f_81290_
Constructors
Methods
CommandSourceStack (Entity): a, withEntity, method_9232, withEntity, func_197024_a
CommandSourceStack (Entity): a, withEntity, method_9232, withEntity, m_81329_
CommandSourceStack (Vec3): a, withPosition, method_9208, withPosition, func_201009_a
CommandSourceStack (Vec3): a, withPosition, method_9208, withPosition, m_81348_
CommandSourceStack (Vec2): a, withRotation, method_9216, withRotation, func_201007_a
CommandSourceStack (Vec2): a, withRotation, method_9216, withRotation, m_81346_
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>): a, withCallback, method_9231, withConsumer, func_197029_a
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>): a, withCallback, method_9231, withConsumer, m_81334_
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>): a, withCallback, method_9209, mergeConsumers, func_209550_a
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>): a, withCallback, method_9209, mergeConsumers, m_81336_
CommandSourceStack (): a, withSuppressedOutput, method_9217, withSilent, func_197031_a
CommandSourceStack (): a, withSuppressedOutput, method_9217, withSilent, m_81324_
CommandSourceStack (int): a, withPermission, method_9206, withLevel, func_197033_a
CommandSourceStack (int): a, withPermission, method_9206, withLevel, m_81325_
CommandSourceStack (int): b, withMaximumPermission, method_9230, withMaxLevel, func_197026_b
CommandSourceStack (int): b, withMaximumPermission, method_9230, withMaxLevel, m_81358_
CommandSourceStack (EntityAnchorArgument$Anchor): a, withAnchor, method_9218, withEntityAnchor, func_201010_a
CommandSourceStack (EntityAnchorArgument$Anchor): a, withAnchor, method_9218, withEntityAnchor, m_81350_
CommandSourceStack (Entity, EntityAnchorArgument$Anchor): a, facing, method_9220, withLookingAt, func_201006_a
CommandSourceStack (Entity, EntityAnchorArgument$Anchor): a, facing, method_9220, withLookingAt, m_81331_
CommandSourceStack (Vec3): b, facing, method_9221, withLookingAt, func_201005_b
CommandSourceStack (Vec3): b, facing, method_9221, withLookingAt, m_81364_
Component (): b, getDisplayName, method_9223, getDisplayName, func_197019_b
Component (): b, getDisplayName, method_9223, getDisplayName, m_81357_
String (): c, getTextName, method_9214, getName, func_197037_c
String (): c, getTextName, method_9214, getName, m_81368_
boolean (int): c, hasPermission, method_9259, hasPermissionLevel, func_197034_c
boolean (int): c, hasPermission, method_9259, hasPermissionLevel, m_6761_
Vec3 (): d, getPosition, method_9222, getPosition, func_197036_d
Vec3 (): d, getPosition, method_9222, getPosition, m_81371_
Entity (): f, getEntity, method_9228, getEntity, func_197022_f
Entity (): f, getEntity, method_9228, getEntity, m_81373_
Entity (): g, getEntityOrException, method_9229, getEntityOrThrow, func_197027_g
Entity (): g, getEntityOrException, method_9229, getEntityOrThrow, m_81374_
Vec2 (): i, getRotation, method_9210, getRotation, func_201004_i
Vec2 (): i, getRotation, method_9210, getRotation, m_81376_
MinecraftServer (): j, getServer, method_9211, getMinecraftServer, func_197028_i
MinecraftServer (): j, getServer, method_9211, getMinecraftServer, m_81377_
EntityAnchorArgument$Anchor (): k, getAnchor, method_9219, getEntityAnchor, func_201008_k
EntityAnchorArgument$Anchor (): k, getAnchor, method_9219, getEntityAnchor, m_81378_
void (Component, boolean): a, sendSuccess, method_9226, sendFeedback, func_197030_a
void (Component, boolean): a, sendSuccess, method_9226, sendFeedback, m_81354_
void (Component): b, broadcastToAdmins, method_9212, sendToOps, func_197020_b
void (Component): b, broadcastToAdmins, method_9212, sendToOps, m_81366_
void (Component): a, sendFailure, method_9213, sendError, func_197021_a
void (Component): a, sendFailure, method_9213, sendError, m_81352_
void (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, int): a, onCommandComplete, method_9215, onCommandComplete, func_197038_a
void (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, int): a, onCommandComplete, method_9215, onCommandComplete, m_81342_
Collection<String> (): l, getOnlinePlayerNames, method_9262, getPlayerNames, func_197011_j
Collection<String> (): l, getOnlinePlayerNames, method_9262, getPlayerNames, m_5982_
Collection<String> (): m, getAllTeams, method_9267, getTeamNames, func_197012_k
Collection<String> (): m, getAllTeams, method_9267, getTeamNames, m_5983_
Collection<ResourceLocation> (): n, getAvailableSoundEvents, method_9254, getSoundIds, func_197010_l
Collection<ResourceLocation> (): n, getAvailableSoundEvents, method_9254, getSoundIds, m_5984_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, customSuggestion, method_9261, getCompletions, func_197009_a
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, customSuggestion, method_9261, getCompletions, m_5497_
CommandSourceStack (ServerLevel): a, withLevel, method_9227, withWorld, func_201003_a
CommandSourceStack (ServerLevel): a, withLevel, method_9227, withWorld, m_81327_
ServerLevel (): e, getLevel, method_9225, getWorld, func_197023_e
ServerLevel (): e, getLevel, method_9225, getWorld, m_81372_
ServerPlayer (): h, getPlayerOrException, method_9207, getPlayer, func_197035_h
ServerPlayer (): h, getPlayerOrException, method_9207, getPlayer, m_81375_
Stream<ResourceLocation> (): o, getRecipeNames, method_9273, getRecipeIds, func_199612_m
Stream<ResourceLocation> (): o, getRecipeNames, method_9273, getRecipeIds, m_6860_
Set<ResourceKey<Level>> (): p, levels, method_29310, getWorldKeys, func_230390_p_
Set<ResourceKey<Level>> (): p, levels, method_29310, getWorldKeys, m_6553_
RegistryAccess (): q, registryAccess, method_30497, getRegistryManager, func_241861_q
RegistryAccess (): q, registryAccess, method_30497, getRegistryManager, m_5894_
CommandSourceStack (CommandSource): a, withSource, method_36321, withOutput, m_165484_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
cz
db
Fields
Constructors
Methods
RegistryAccess (): q, registryAccess, method_30497, getRegistryManager, func_241861_q
1.16.1
Names
cq
cz
Fields
MinecraftServer: i, server, field_9818, minecraftServer, field_197047_i
MinecraftServer: i, server, field_9818, server, field_197047_i
Constructors
Methods
Set<ResourceKey<Level>> (): p, levels, method_29310, getWorldKeys, func_230390_p_
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
cd
cq
Fields
Constructors
Methods
1.14.4
Names
net.minecraft.commands.CommandSourceStack
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_9824, REQUIRES_PLAYER_EXCEPTION, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_NOT_PLAYER, field_9824, REQUIRES_PLAYER_EXCEPTION, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_9827, REQUIRES_ENTITY_EXCEPTION, field_197040_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_NOT_ENTITY, field_9827, REQUIRES_ENTITY_EXCEPTION, field_197040_b
CommandOutput: c, field_9819, output, field_197041_c
CommandSource: c, source, field_9819, output, field_197041_c
Vec3d: d, field_9817, position, field_197042_d
Vec3: d, worldPosition, field_9817, position, field_197042_d
int: f, field_9815, level, field_197044_f
int: f, permissionLevel, field_9815, level, field_197044_f
String: g, field_9826, simpleName, field_197045_g
String: g, textName, field_9826, simpleName, field_197045_g
Text: h, field_9825, name, field_197046_h
Component: h, displayName, field_9825, name, field_197046_h
MinecraftServer: i, field_9818, minecraftServer, field_197047_i
MinecraftServer: i, server, field_9818, minecraftServer, field_197047_i
boolean: j, field_9823, silent, field_197048_j
boolean: j, silent, field_9823, silent, field_197048_j
Entity: k, field_9820, entity, field_197049_k
Entity: k, entity, field_9820, entity, field_197049_k
com.mojang.brigadier.ResultConsumer<ServerCommandSource>: l, field_9821, resultConsumer, field_197050_l
com.mojang.brigadier.ResultConsumer<CommandSourceStack>: l, consumer, field_9821, resultConsumer, field_197050_l
EntityAnchorArgumentType$EntityAnchor: m, field_9816, entityAnchor, field_201011_m
EntityAnchorArgument$Anchor: m, anchor, field_9816, entityAnchor, field_201011_m
Vec2f: n, field_9822, rotation, field_201012_n
Vec2: n, rotation, field_9822, rotation, field_201012_n
ServerWorld: e, field_9828, world, field_197043_e
ServerLevel: e, level, field_9828, world, field_197043_e
Constructors
Methods
ServerCommandSource (Entity): a, method_9232, withEntity, func_197024_a
CommandSourceStack (Entity): a, withEntity, method_9232, withEntity, func_197024_a
ServerCommandSource (Vec3d): a, method_9208, withPosition, func_201009_a
CommandSourceStack (Vec3): a, withPosition, method_9208, withPosition, func_201009_a
ServerCommandSource (Vec2f): a, method_9216, withRotation, func_201007_a
CommandSourceStack (Vec2): a, withRotation, method_9216, withRotation, func_201007_a
ServerCommandSource (com.mojang.brigadier.ResultConsumer<ServerCommandSource>): a, method_9231, withConsumer, func_197029_a
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>): a, withCallback, method_9231, withConsumer, func_197029_a
ServerCommandSource (com.mojang.brigadier.ResultConsumer<ServerCommandSource>, BinaryOperator<com.mojang.brigadier.ResultConsumer<ServerCommandSource>>): a, method_9209, mergeConsumers, func_209550_a
CommandSourceStack (com.mojang.brigadier.ResultConsumer<CommandSourceStack>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>): a, withCallback, method_9209, mergeConsumers, func_209550_a
ServerCommandSource (): a, method_9217, withSilent, func_197031_a
CommandSourceStack (): a, withSuppressedOutput, method_9217, withSilent, func_197031_a
ServerCommandSource (int): a, method_9206, withLevel, func_197033_a
CommandSourceStack (int): a, withPermission, method_9206, withLevel, func_197033_a
ServerCommandSource (int): b, method_9230, withMaxLevel, func_197026_b
CommandSourceStack (int): b, withMaximumPermission, method_9230, withMaxLevel, func_197026_b
ServerCommandSource (EntityAnchorArgumentType$EntityAnchor): a, method_9218, withEntityAnchor, func_201010_a
CommandSourceStack (EntityAnchorArgument$Anchor): a, withAnchor, method_9218, withEntityAnchor, func_201010_a
ServerCommandSource (Entity, EntityAnchorArgumentType$EntityAnchor): a, method_9220, withLookingAt, func_201006_a
CommandSourceStack (Entity, EntityAnchorArgument$Anchor): a, facing, method_9220, withLookingAt, func_201006_a
ServerCommandSource (Vec3d): b, method_9221, withLookingAt, func_201005_b
CommandSourceStack (Vec3): b, facing, method_9221, withLookingAt, func_201005_b
Text (): b, method_9223, getDisplayName, func_197019_b
Component (): b, getDisplayName, method_9223, getDisplayName, func_197019_b
String (): c, method_9214, getName, func_197037_c
String (): c, getTextName, method_9214, getName, func_197037_c
boolean (int): c, method_9259, hasPermissionLevel, func_197034_c
boolean (int): c, hasPermission, method_9259, hasPermissionLevel, func_197034_c
Vec3d (): d, method_9222, getPosition, func_197036_d
Vec3 (): d, getPosition, method_9222, getPosition, func_197036_d
Entity (): f, method_9228, getEntity, func_197022_f
Entity (): f, getEntity, method_9228, getEntity, func_197022_f
Entity (): g, method_9229, getEntityOrThrow, func_197027_g
Entity (): g, getEntityOrException, method_9229, getEntityOrThrow, func_197027_g
Vec2f (): i, method_9210, getRotation, func_201004_i
Vec2 (): i, getRotation, method_9210, getRotation, func_201004_i
MinecraftServer (): j, method_9211, getMinecraftServer, func_197028_i
MinecraftServer (): j, getServer, method_9211, getMinecraftServer, func_197028_i
EntityAnchorArgumentType$EntityAnchor (): k, method_9219, getEntityAnchor, func_201008_k
EntityAnchorArgument$Anchor (): k, getAnchor, method_9219, getEntityAnchor, func_201008_k
void (Text, boolean): a, method_9226, sendFeedback, func_197030_a
void (Component, boolean): a, sendSuccess, method_9226, sendFeedback, func_197030_a
void (Text): b, method_9212, sendToOps, func_197020_b
void (Component): b, broadcastToAdmins, method_9212, sendToOps, func_197020_b
void (Text): a, method_9213, sendError, func_197021_a
void (Component): a, sendFailure, method_9213, sendError, func_197021_a
void (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean, int): a, method_9215, onCommandComplete, func_197038_a
void (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, int): a, onCommandComplete, method_9215, onCommandComplete, func_197038_a
Collection<String> (): l, method_9262, getPlayerNames, func_197011_j
Collection<String> (): l, getOnlinePlayerNames, method_9262, getPlayerNames, func_197011_j
Collection<String> (): m, method_9267, getTeamNames, func_197012_k
Collection<String> (): m, getAllTeams, method_9267, getTeamNames, func_197012_k
Collection<Identifier> (): n, method_9254, getSoundIds, func_197010_l
Collection<ResourceLocation> (): n, getAvailableSoundEvents, method_9254, getSoundIds, func_197010_l
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<CommandSource>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, method_9261, getCompletions, func_197009_a
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, customSuggestion, method_9261, getCompletions, func_197009_a
ServerCommandSource (ServerWorld): a, method_9227, withWorld, func_201003_a
CommandSourceStack (ServerLevel): a, withLevel, method_9227, withWorld, func_201003_a
ServerWorld (): e, method_9225, getWorld, func_197023_e
ServerLevel (): e, getLevel, method_9225, getWorld, func_197023_e
ServerPlayerEntity (): h, method_9207, getPlayer, func_197035_h
ServerPlayer (): h, getPlayerOrException, method_9207, getPlayer, func_197035_h
Stream<Identifier> (): o, method_9273, getRecipeIds, func_199612_m
Stream<ResourceLocation> (): o, getRecipeNames, method_9273, getRecipeIds, func_199612_m
1.14.3
Names
net.minecraft.server.command.ServerCommandSource
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_9824, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_9824, REQUIRES_PLAYER_EXCEPTION, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_9827, field_197040_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_9827, REQUIRES_ENTITY_EXCEPTION, field_197040_b
ICommandSource: c, field_9819, field_197041_c
CommandOutput: c, field_9819, output, field_197041_c
Vec3d: d, field_9817, field_197042_d
Vec3d: d, field_9817, position, field_197042_d
int: f, field_9815, field_197044_f
int: f, field_9815, level, field_197044_f
String: g, field_9826, field_197045_g
String: g, field_9826, simpleName, field_197045_g
ITextComponent: h, field_9825, field_197046_h
Text: h, field_9825, name, field_197046_h
MinecraftServer: i, field_9818, field_197047_i
MinecraftServer: i, field_9818, minecraftServer, field_197047_i
boolean: j, field_9823, field_197048_j
boolean: j, field_9823, silent, field_197048_j
Entity: k, field_9820, field_197049_k
Entity: k, field_9820, entity, field_197049_k
com.mojang.brigadier.ResultConsumer<CommandSource>: l, field_9821, field_197050_l
com.mojang.brigadier.ResultConsumer<ServerCommandSource>: l, field_9821, resultConsumer, field_197050_l
EntityAnchorArgument$Type: m, field_9816, field_201011_m
EntityAnchorArgumentType$EntityAnchor: m, field_9816, entityAnchor, field_201011_m
Vec2f: n, field_9822, field_201012_n
Vec2f: n, field_9822, rotation, field_201012_n
ServerWorld: e, field_9828, field_197043_e
ServerWorld: e, field_9828, world, field_197043_e
Constructors
Methods
CommandSource (Entity): a, method_9232, func_197024_a
ServerCommandSource (Entity): a, method_9232, withEntity, func_197024_a
CommandSource (Vec3d): a, method_9208, func_201009_a
ServerCommandSource (Vec3d): a, method_9208, withPosition, func_201009_a
CommandSource (Vec2f): a, method_9216, func_201007_a
ServerCommandSource (Vec2f): a, method_9216, withRotation, func_201007_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>): a, method_9231, func_197029_a
ServerCommandSource (com.mojang.brigadier.ResultConsumer<ServerCommandSource>): a, method_9231, withConsumer, func_197029_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>): a, method_9209, func_209550_a
ServerCommandSource (com.mojang.brigadier.ResultConsumer<ServerCommandSource>, BinaryOperator<com.mojang.brigadier.ResultConsumer<ServerCommandSource>>): a, method_9209, mergeConsumers, func_209550_a
CommandSource (): a, method_9217, func_197031_a
ServerCommandSource (): a, method_9217, withSilent, func_197031_a
CommandSource (int): a, method_9206, func_197033_a
ServerCommandSource (int): a, method_9206, withLevel, func_197033_a
CommandSource (int): b, method_9230, func_197026_b
ServerCommandSource (int): b, method_9230, withMaxLevel, func_197026_b
CommandSource (EntityAnchorArgument$Type): a, method_9218, func_201010_a
ServerCommandSource (EntityAnchorArgumentType$EntityAnchor): a, method_9218, withEntityAnchor, func_201010_a
CommandSource (Entity, EntityAnchorArgument$Type): a, method_9220, func_201006_a
ServerCommandSource (Entity, EntityAnchorArgumentType$EntityAnchor): a, method_9220, withLookingAt, func_201006_a
CommandSource (Vec3d): b, method_9221, func_201005_b
ServerCommandSource (Vec3d): b, method_9221, withLookingAt, func_201005_b
ITextComponent (): b, method_9223, func_197019_b
Text (): b, method_9223, getDisplayName, func_197019_b
String (): c, method_9214, func_197037_c
String (): c, method_9214, getName, func_197037_c
boolean (int): c, method_9259, func_197034_c
boolean (int): c, method_9259, hasPermissionLevel, func_197034_c
Vec3d (): d, method_9222, func_197036_d
Vec3d (): d, method_9222, getPosition, func_197036_d
Entity (): f, method_9228, func_197022_f
Entity (): f, method_9228, getEntity, func_197022_f
Entity (): g, method_9229, func_197027_g
Entity (): g, method_9229, getEntityOrThrow, func_197027_g
Vec2f (): i, method_9210, func_201004_i
Vec2f (): i, method_9210, getRotation, func_201004_i
MinecraftServer (): j, method_9211, func_197028_i
MinecraftServer (): j, method_9211, getMinecraftServer, func_197028_i
EntityAnchorArgument$Type (): k, method_9219, func_201008_k
EntityAnchorArgumentType$EntityAnchor (): k, method_9219, getEntityAnchor, func_201008_k
void (ITextComponent, boolean): a, method_9226, func_197030_a
void (Text, boolean): a, method_9226, sendFeedback, func_197030_a
void (ITextComponent): b, method_9212, func_197020_b
void (Text): b, method_9212, sendToOps, func_197020_b
void (ITextComponent): a, method_9213, func_197021_a
void (Text): a, method_9213, sendError, func_197021_a
void (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, int): a, method_9215, func_197038_a
void (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean, int): a, method_9215, onCommandComplete, func_197038_a
Collection<String> (): l, method_9262, func_197011_j
Collection<String> (): l, method_9262, getPlayerNames, func_197011_j
Collection<String> (): m, method_9267, func_197012_k
Collection<String> (): m, method_9267, getTeamNames, func_197012_k
Collection<ResourceLocation> (): n, method_9254, func_197010_l
Collection<Identifier> (): n, method_9254, getSoundIds, func_197010_l
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<ISuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, method_9261, func_197009_a
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<CommandSource>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, method_9261, getCompletions, func_197009_a
CommandSource (ServerWorld): a, method_9227, func_201003_a
ServerCommandSource (ServerWorld): a, method_9227, withWorld, func_201003_a
ServerWorld (): e, method_9225, func_197023_e
ServerWorld (): e, method_9225, getWorld, func_197023_e
ServerPlayerEntity (): h, method_9207, func_197035_h
ServerPlayerEntity (): h, method_9207, getPlayer, func_197035_h
Stream<ResourceLocation> (): o, method_9273, func_199612_m
Stream<Identifier> (): o, method_9273, getRecipeIds, func_199612_m
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
Fields
Constructors
Methods
1.14
Names
bu
cd
net.minecraft.class_2168
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_9824, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_197040_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_9827, field_197040_b
ICommandSource: c, field_197041_c
ICommandSource: c, field_9819, field_197041_c
Vec3d: d, field_197042_d
Vec3d: d, field_9817, field_197042_d
WorldServer: e, field_197043_e
int: f, field_197044_f
int: f, field_9815, field_197044_f
String: g, field_197045_g
String: g, field_9826, field_197045_g
ITextComponent: h, field_197046_h
ITextComponent: h, field_9825, field_197046_h
MinecraftServer: i, field_197047_i
MinecraftServer: i, field_9818, field_197047_i
boolean: j, field_197048_j
boolean: j, field_9823, field_197048_j
Entity: k, field_197049_k
Entity: k, field_9820, field_197049_k
com.mojang.brigadier.ResultConsumer<CommandSource>: l, field_197050_l
com.mojang.brigadier.ResultConsumer<CommandSource>: l, field_9821, field_197050_l
EntityAnchorArgument$Type: m, field_201011_m
EntityAnchorArgument$Type: m, field_9816, field_201011_m
Vec2f: n, field_201012_n
Vec2f: n, field_9822, field_201012_n
ServerWorld: e, field_9828, field_197043_e
Constructors
(ICommandSource, Vec3d, Vec2f, WorldServer, int, String, ITextComponent, MinecraftServer, Entity)
(ICommandSource, Vec3d, Vec2f, WorldServer, int, String, ITextComponent, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSource>, EntityAnchorArgument$Type)
(ICommandSource, Vec3d, Vec2f, ServerWorld, int, String, ITextComponent, MinecraftServer, Entity)
(ICommandSource, Vec3d, Vec2f, ServerWorld, int, String, ITextComponent, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSource>, EntityAnchorArgument$Type)
Methods
CommandSource (Entity): a, func_197024_a
CommandSource (Entity): a, method_9232, func_197024_a
CommandSource (Vec3d): a, func_201009_a
CommandSource (Vec3d): a, method_9208, func_201009_a
CommandSource (Vec2f): a, func_201007_a
CommandSource (Vec2f): a, method_9216, func_201007_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>): a, func_197029_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>): a, method_9231, func_197029_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>): a, func_209550_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>): a, method_9209, func_209550_a
CommandSource (): a, func_197031_a
CommandSource (): a, method_9217, func_197031_a
CommandSource (int): a, func_197033_a
CommandSource (int): a, method_9206, func_197033_a
CommandSource (int): b, func_197026_b
CommandSource (int): b, method_9230, func_197026_b
CommandSource (EntityAnchorArgument$Type): a, func_201010_a
CommandSource (EntityAnchorArgument$Type): a, method_9218, func_201010_a
CommandSource (WorldServer): a, func_201003_a
CommandSource (Entity, EntityAnchorArgument$Type): a, func_201006_a
CommandSource (Entity, EntityAnchorArgument$Type): a, method_9220, func_201006_a
CommandSource (Vec3d): b, func_201005_b
CommandSource (Vec3d): b, method_9221, func_201005_b
ITextComponent (): b, func_197019_b
ITextComponent (): b, method_9223, func_197019_b
String (): c, func_197037_c
String (): c, method_9214, func_197037_c
boolean (int): c, func_197034_c
boolean (int): c, method_9259, func_197034_c
Vec3d (): d, func_197036_d
Vec3d (): d, method_9222, func_197036_d
WorldServer (): e, func_197023_e
Entity (): f, func_197022_f
Entity (): f, method_9228, func_197022_f
Entity (): g, func_197027_g
Entity (): g, method_9229, func_197027_g
EntityPlayerMP (): h, func_197035_h
Vec2f (): i, func_201004_i
Vec2f (): i, method_9210, func_201004_i
MinecraftServer (): j, func_197028_i
MinecraftServer (): j, method_9211, func_197028_i
EntityAnchorArgument$Type (): k, func_201008_k
EntityAnchorArgument$Type (): k, method_9219, func_201008_k
void (ITextComponent, boolean): a, func_197030_a
void (ITextComponent, boolean): a, method_9226, func_197030_a
void (ITextComponent): b, func_197020_b
void (ITextComponent): b, method_9212, func_197020_b
void (ITextComponent): a, func_197021_a
void (ITextComponent): a, method_9213, func_197021_a
void (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, int): a, func_197038_a
void (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, int): a, method_9215, func_197038_a
Collection<String> (): l, func_197011_j
Collection<String> (): l, method_9262, func_197011_j
Collection<String> (): m, func_197012_k
Collection<String> (): m, method_9267, func_197012_k
Collection<ResourceLocation> (): n, func_197010_l
Collection<ResourceLocation> (): n, method_9254, func_197010_l
Collection<ResourceLocation> (): o, func_199612_m
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<ISuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, func_197009_a
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<ISuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, method_9261, func_197009_a
Collection<ISuggestionProvider$Coordinates> (boolean): a, func_199613_a
CommandSource (ServerWorld): a, method_9227, func_201003_a
ServerWorld (): e, method_9225, func_197023_e
ServerPlayerEntity (): h, method_9207, func_197035_h
Stream<ResourceLocation> (): o, method_9273, func_199612_m
1.13.2
Names
Fields
Constructors
Methods
1.13.1
Names
Fields
Constructors
Methods
1.13
Names
bu
net.minecraft.command.CommandSource
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_197039_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_197040_b
ICommandSource: c, field_197041_c
Vec3d: d, field_197042_d
WorldServer: e, field_197043_e
int: f, field_197044_f
String: g, field_197045_g
ITextComponent: h, field_197046_h
MinecraftServer: i, field_197047_i
boolean: j, field_197048_j
Entity: k, field_197049_k
com.mojang.brigadier.ResultConsumer<CommandSource>: l, field_197050_l
EntityAnchorArgument$Type: m, field_201011_m
Vec2f: n, field_201012_n
Constructors
(ICommandSource, Vec3d, Vec2f, WorldServer, int, String, ITextComponent, MinecraftServer, Entity)
(ICommandSource, Vec3d, Vec2f, WorldServer, int, String, ITextComponent, MinecraftServer, Entity, boolean, com.mojang.brigadier.ResultConsumer<CommandSource>, EntityAnchorArgument$Type)
Methods
CommandSource (Entity): a, func_197024_a
CommandSource (Vec3d): a, func_201009_a
CommandSource (Vec2f): a, func_201007_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>): a, func_197029_a
CommandSource (com.mojang.brigadier.ResultConsumer<CommandSource>, BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>): a, func_209550_a
CommandSource (): a, func_197031_a
CommandSource (int): a, func_197033_a
CommandSource (int): b, func_197026_b
CommandSource (EntityAnchorArgument$Type): a, func_201010_a
CommandSource (WorldServer): a, func_201003_a
CommandSource (Entity, EntityAnchorArgument$Type): a, func_201006_a
CommandSource (Vec3d): b, func_201005_b
ITextComponent (): b, func_197019_b
String (): c, func_197037_c
boolean (int): c, func_197034_c
Vec3d (): d, func_197036_d
WorldServer (): e, func_197023_e
Entity (): f, func_197022_f
Entity (): g, func_197027_g
EntityPlayerMP (): h, func_197035_h
Vec2f (): i, func_201004_i
MinecraftServer (): j, func_197028_i
EntityAnchorArgument$Type (): k, func_201008_k
void (ITextComponent, boolean): a, func_197030_a
void (ITextComponent): b, func_197020_b
void (ITextComponent): a, func_197021_a
void (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, int): a, func_197038_a
Collection<String> (): l, func_197011_j
Collection<String> (): m, func_197012_k
Collection<ResourceLocation> (): n, func_197010_l
Collection<ResourceLocation> (): o, func_199612_m
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.context.CommandContext<ISuggestionProvider>, com.mojang.brigadier.suggestion.SuggestionsBuilder): a, func_197009_a
Collection<ISuggestionProvider$Coordinates> (boolean): a, func_199613_a