Interface FabricClientCommandSource
- All Superinterfaces:
CommandSource,org.quiltmc.qsl.command.api.client.QuiltClientCommandSource
@Deprecated
public interface FabricClientCommandSource
extends org.quiltmc.qsl.command.api.client.QuiltClientCommandSource
Deprecated.
Extensions to
CommandSource for client-sided commands.-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.CommandSource
CommandSource.RelativePosition, CommandSource.SuggestedIdType -
Method Summary
Methods inherited from interface net.minecraft.command.CommandSource
getBlockPositionSuggestions, getChatSuggestions, getCompletions, getEnabledFeatures, getEntitySuggestions, getPlayerNames, getPositionSuggestions, getRecipeIds, getRegistryManager, getSoundIds, getTeamNames, getWorldKeys, hasPermissionLevel, listIdSuggestions, suggestIdentifiersMethods inherited from interface org.quiltmc.qsl.command.api.client.QuiltClientCommandSource
getClient, getEntity, getPlayer, getPosition, getRotation, getWorld, sendError, sendFeedback, setMeta
-
Method Details
-
getMeta
Deprecated.Gets the meta property underkeythat was assigned to this source.This method should return the same result for every call with the same
key.- Specified by:
getMetain interfaceorg.quiltmc.qsl.command.api.client.QuiltClientCommandSource- Parameters:
key- the meta key- Returns:
- the meta
-
QuiltClientCommandSourceinstead.