类 CommandTests.ErrorCatchingStack
java.lang.Object
net.minecraft.commands.CommandSourceStack
net.neoforged.neoforge.debug.chat.CommandTests.ErrorCatchingStack
- 所有已实现的接口:
ExecutionCommandSource<CommandSourceStack>
,PermissionSource
,SharedSuggestionProvider
,ICommandSourceStackExtension
- 封闭类:
CommandTests
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.commands.PermissionSource
PermissionSource.Check<T extends PermissionSource>
从接口继承的嵌套类/接口 net.minecraft.commands.SharedSuggestionProvider
SharedSuggestionProvider.ElementSuggestionType, SharedSuggestionProvider.TextCoordinates
-
字段概要
字段从类继承的字段 net.minecraft.commands.CommandSourceStack
ERROR_NOT_ENTITY, ERROR_NOT_PLAYER, source
从接口继承的字段 net.minecraft.commands.SharedSuggestionProvider
MATCH_SPLITTER
-
构造器概要
构造器构造器说明ErrorCatchingStack
(CommandSource p_81302_, Vec3 p_81303_, Vec2 p_81304_, ServerLevel p_81305_, int p_81306_, String p_81307_, Component p_81308_, MinecraftServer p_81309_, @Nullable Entity p_81310_) -
方法概要
从类继承的方法 net.minecraft.commands.CommandSourceStack
callback, customSuggestion, dispatcher, enabledFeatures, facing, facing, getAllTeams, getAnchor, getAvailableSounds, getChatMessageChainer, getDisplayName, getEntity, getEntityOrException, getLevel, getOnlinePlayerNames, getPlayer, getPlayerOrException, getPosition, getRotation, getServer, getSigningContext, getTextName, handleError, hasPermission, isPlayer, isSilent, levels, registryAccess, sendChatMessage, sendSuccess, sendSystemMessage, shouldFilterMessageTo, suggestRegistryElements, withAnchor, withCallback, withCallback, withEntity, withLevel, withMaximumPermission, withPermission, withPosition, withRotation, withSigningContext, withSource, withSuppressedOutput
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.commands.ExecutionCommandSource
clearCallbacks, handleError
从接口继承的方法 net.neoforged.neoforge.common.extensions.ICommandSourceStackExtension
getAdvancement, getScoreboard, getUnsidedLevel
从接口继承的方法 net.minecraft.commands.PermissionSource
allowsSelectors
从接口继承的方法 net.minecraft.commands.SharedSuggestionProvider
getAbsoluteCoordinates, getCustomTabSugggestions, getRelevantCoordinates, getSelectedEntities, suggestRegistryElements
-
字段详细资料
-
errors
-
-
构造器详细资料
-
ErrorCatchingStack
public ErrorCatchingStack(CommandSource p_81302_, Vec3 p_81303_, Vec2 p_81304_, ServerLevel p_81305_, int p_81306_, String p_81307_, Component p_81308_, MinecraftServer p_81309_, @Nullable @Nullable Entity p_81310_)
-
-
方法详细资料
-
createCommandSourceStack
-
sendFailure
- 覆盖:
sendFailure
在类中CommandSourceStack
-