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.
Use Quilt Command API's QuiltClientCommandSource instead.
Extensions to CommandSource for client-sided commands.
  • Method Details

    • getMeta

      default Object getMeta(String key)
      Deprecated.
      Gets the meta property under key that was assigned to this source.

      This method should return the same result for every call with the same key.

      Specified by:
      getMeta in interface org.quiltmc.qsl.command.api.client.QuiltClientCommandSource
      Parameters:
      key - the meta key
      Returns:
      the meta