1 line
12 KiB
JSON
1 line
12 KiB
JSON
|
{"sections":[],"hierarchy":{"paths":[["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator"]]},"identifier":{"url":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"SlothCreator"}],"externalID":"s:12SlothCreator0A0V4FoodV","role":"symbol","title":"Sloth.Food","extendedModule":"SlothCreator","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Food","kind":"identifier"}],"navigatorTitle":[{"text":"Food","kind":"identifier"}],"symbolKind":"struct","roleHeading":"Structure"},"topicSections":[{"identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/init(name:energy:)"],"title":"Creating a Food Item","anchor":"Creating-a-Food-Item"},{"title":"Getting the Food Details","identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/name","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/energy"],"anchor":"Getting-the-Food-Details"},{"title":"Getting the Default Foods","anchor":"Getting-the-Default-Foods","identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/largeLeaf","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/regularLeaf","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/twig"]}],"seeAlsoSections":[{"identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Activity","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/CareSchedule","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/FoodGenerator"],"generated":true,"anchor":"Care-and-Feeding","title":"Care and Feeding"}],"abstract":[{"type":"text","text":"Food that a sloth can consume."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["visionOS"],"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Food"}]}]},{"content":[{"anchor":"overview","text":"Overview","level":2,"type":"heading"},{"inlineContent":[{"type":"text","text":"Sloths love to eat the leaves and twigs they find in the rainforest canopy as they"},{"type":"text","text":" "},{"text":"slowly move around. To feed them these items, you can use the ","type":"text"},{"type":"reference","identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/twig","isActive":true},{"text":",","type":"text"},{"text":" ","type":"text"},{"type":"reference","identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/regularLeaf","isActive":true},{"type":"text","text":" and "},{"type":"reference","isActive":true,"identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/largeLeaf"},{"text":" default foods.","type":"text"}],"type":"paragraph"},{"syntax":"swift","type":"codeListing","code":["superSloth.eat(.twig)"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"You can also define your own custom sloth food by providing a name and the"},{"text":" ","type":"text"},{"type":"text","text":"energy level. When the sloth eats your custom food, their energy level increases"},{"type":"text","text":" "},{"type":"text","text":"by the "},{"isActive":true,"identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-3.SlothCreator\/documentation\/SlothCreator\/Sloth\/Food\/energy","type":"reference"},{"text":" of the food:","type":"text"}]},{"t
|