animal

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 2 Imported by: 0

README

Animal

Animal exports the various type of animals found in the Animal Crossing series.

Documentation

Overview

Package animal exports the various types of animals found in the Animal Crossing series.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Alligator represents an alligator animal in the Animal Crossing series.
	Alligator = nook.Animal{
		Key:  nook.Key(alligator),
		Name: alligatorName,
	}
)
View Source
var (
	// Alpaca represents an alpaca animal in the Animal Crossing series.
	Alpaca = nook.Animal{
		Key:  nook.Key(alpaca),
		Name: alpacaName,
	}
)
View Source
var (
	// Anteater represents an anteater animal in the Animal Crossing series.
	Anteater = nook.Animal{
		Key:  nook.Key(anteater),
		Name: anteaterName,
	}
)
View Source
var (
	// Axolotl represents an axolotl animal in the Animal Crossing series.
	Axolotl = nook.Animal{
		Key:  nook.Key(axolotl),
		Name: axolotlName,
	}
)
View Source
var (
	// Bear represents an bear animal in the Animal Crossing series.
	Bear = nook.Animal{
		Key:  nook.Key(bear),
		Name: bearName,
	}
)
View Source
var (
	// Bearcub represents an bearcub animal in the Animal Crossing series.
	Bearcub = nook.Animal{
		Key:  nook.Key(bearcub),
		Name: bearcubName,
	}
)
View Source
var (
	// Beaver represents an beaver animal in the Animal Crossing series.
	Beaver = nook.Animal{
		Key:  nook.Key(beaver),
		Name: beaverName,
	}
)
View Source
var (
	// Bird represents an bird animal in the Animal Crossing series.
	Bird = nook.Animal{
		Key:  nook.Key(bird),
		Name: birdName,
	}
)
View Source
var (
	// Boar represents an boar animal in the Animal Crossing series.
	Boar = nook.Animal{
		Key:  nook.Key(boar),
		Name: boarName,
	}
)
View Source
var (
	// Bull represents an bull animal in the Animal Crossing series.
	Bull = nook.Animal{
		Key:  nook.Key(bull),
		Name: bullName,
	}
)
View Source
var (
	// Camel represents an camel animal in the Animal Crossing series.
	Camel = nook.Animal{
		Key:  nook.Key(camel),
		Name: camelName,
	}
)
View Source
var (
	// Cat represents an cat animal in the Animal Crossing series.
	Cat = nook.Animal{
		Key:  nook.Key(cat),
		Name: catName,
	}
)
View Source
var (
	// Chameleon represents an chameleon animal in the Animal Crossing series.
	Chameleon = nook.Animal{
		Key:  nook.Key(chameleon),
		Name: chameleonName,
	}
)
View Source
var (
	// Chicken represents an chicken animal in the Animal Crossing series.
	Chicken = nook.Animal{
		Key:  nook.Key(chicken),
		Name: chickenName,
	}
)
View Source
var (
	// Cow represents an cow animal in the Animal Crossing series.
	Cow = nook.Animal{
		Key:  nook.Key(cow),
		Name: cowName,
	}
)
View Source
var (
	// Deer represents an deer animal in the Animal Crossing series.
	Deer = nook.Animal{
		Key:  nook.Key(deer),
		Name: deerName,
	}
)
View Source
var (
	// Dodo represents an dodo animal in the Animal Crossing series.
	Dodo = nook.Animal{
		Key:  nook.Key(dodo),
		Name: dodoName,
	}
)
View Source
var (
	// Dog represents an dog animal in the Animal Crossing series.
	Dog = nook.Animal{
		Key:  nook.Key(dog),
		Name: dogName,
	}
)
View Source
var (
	// Duck represents an duck animal in the Animal Crossing series.
	Duck = nook.Animal{
		Key:  nook.Key(duck),
		Name: duckName,
	}
)
View Source
var (
	// Eagle represents an eagle animal in the Animal Crossing series.
	Eagle = nook.Animal{
		Key:  nook.Key(eagle),
		Name: eagleName,
	}
)
View Source
var (
	// Elephant represents an elephant animal in the Animal Crossing series.
	Elephant = nook.Animal{
		Key:  nook.Key(elephant),
		Name: elephantName,
	}
)
View Source
var (
	// Fox represents an fox animal in the Animal Crossing series.
	Fox = nook.Animal{
		Key:  nook.Key(fox),
		Name: foxName,
	}
)
View Source
var (
	// Frillneckedlizard represents an frillneckedlizard animal in the Animal Crossing series.
	Frillneckedlizard = nook.Animal{
		Key:  nook.Key(frillneckedlizard),
		Name: frillneckedlizardName,
	}
)
View Source
var (
	// Frog represents an frog animal in the Animal Crossing series.
	Frog = nook.Animal{
		Key:  nook.Key(frog),
		Name: frogName,
	}
)
View Source
var (
	// Furseal represents an furseal animal in the Animal Crossing series.
	Furseal = nook.Animal{
		Key:  nook.Key(furseal),
		Name: fursealName,
	}
)
View Source
var (
	// Giraffe represents an giraffe animal in the Animal Crossing series.
	Giraffe = nook.Animal{
		Key:  nook.Key(giraffe),
		Name: giraffeName,
	}
)
View Source
var (
	// Goat represents an goat animal in the Animal Crossing series.
	Goat = nook.Animal{
		Key:  nook.Key(goat),
		Name: goatName,
	}
)
View Source
var (
	// Gorilla represents an gorilla animal in the Animal Crossing series.
	Gorilla = nook.Animal{
		Key:  nook.Key(gorilla),
		Name: gorillaName,
	}
)
View Source
var (
	// Gyroid represents an gyroid animal in the Animal Crossing series.
	Gyroid = nook.Animal{
		Key:  nook.Key(gyroid),
		Name: gyroidName,
	}
)
View Source
var (
	// Hamster represents an hamster animal in the Animal Crossing series.
	Hamster = nook.Animal{
		Key:  nook.Key(hamster),
		Name: hamsterName,
	}
)
View Source
var (
	// Hedgehog represents an hedgehog animal in the Animal Crossing series.
	Hedgehog = nook.Animal{
		Key:  nook.Key(hedgehog),
		Name: hedgehogName,
	}
)
View Source
var (
	// Hippo represents an hippo animal in the Animal Crossing series.
	Hippo = nook.Animal{
		Key:  nook.Key(hippo),
		Name: hippoName,
	}
)
View Source
var (
	// Horse represents an horse animal in the Animal Crossing series.
	Horse = nook.Animal{
		Key:  nook.Key(horse),
		Name: horseName,
	}
)
View Source
var (
	// Kangaroo represents an kangaroo animal in the Animal Crossing series.
	Kangaroo = nook.Animal{
		Key:  nook.Key(kangaroo),
		Name: kangarooName,
	}
)
View Source
var (
	// Koala represents an koala animal in the Animal Crossing series.
	Koala = nook.Animal{
		Key:  nook.Key(koala),
		Name: koalaName,
	}
)
View Source
var (
	// Lion represents an lion animal in the Animal Crossing series.
	Lion = nook.Animal{
		Key:  nook.Key(lion),
		Name: lionName,
	}
)
View Source
var (
	// Mole represents an mole animal in the Animal Crossing series.
	Mole = nook.Animal{
		Key:  nook.Key(mole),
		Name: moleName,
	}
)
View Source
var (
	// Monkey represents an monkey animal in the Animal Crossing series.
	Monkey = nook.Animal{
		Key:  nook.Key(monkey),
		Name: monkeyName,
	}
)
View Source
var (
	// Mouse represents an mouse animal in the Animal Crossing series.
	Mouse = nook.Animal{
		Key:  nook.Key(mouse),
		Name: mouseName,
	}
)
View Source
var (
	// Octopus represents an octopus animal in the Animal Crossing series.
	Octopus = nook.Animal{
		Key:  nook.Key(octopus),
		Name: octopusName,
	}
)
View Source
var (
	// Ostrich represents an ostrich animal in the Animal Crossing series.
	Ostrich = nook.Animal{
		Key:  nook.Key(ostrich),
		Name: ostrichName,
	}
)
View Source
var (
	// Otter represents an otter animal in the Animal Crossing series.
	Otter = nook.Animal{
		Key:  nook.Key(otter),
		Name: otterName,
	}
)
View Source
var (
	// Owl represents an owl animal in the Animal Crossing series.
	Owl = nook.Animal{
		Key:  nook.Key(owl),
		Name: owlName,
	}
)
View Source
var (
	// Panther represents an panther animal in the Animal Crossing series.
	Panther = nook.Animal{
		Key:  nook.Key(panther),
		Name: pantherName,
	}
)
View Source
var (
	// Peacock represents an peacock animal in the Animal Crossing series.
	Peacock = nook.Animal{
		Key:  nook.Key(peacock),
		Name: peacockName,
	}
)
View Source
var (
	// Pelican represents an pelican animal in the Animal Crossing series.
	Pelican = nook.Animal{
		Key:  nook.Key(pelican),
		Name: pelicanName,
	}
)
View Source
var (
	// Penguin represents an penguin animal in the Animal Crossing series.
	Penguin = nook.Animal{
		Key:  nook.Key(penguin),
		Name: penguinName,
	}
)
View Source
var (
	// Pig represents an pig animal in the Animal Crossing series.
	Pig = nook.Animal{
		Key:  nook.Key(pig),
		Name: pigName,
	}
)
View Source
var (
	// Pigeon represents an pigeon animal in the Animal Crossing series.
	Pigeon = nook.Animal{
		Key:  nook.Key(pigeon),
		Name: pigeonName,
	}
)
View Source
var (
	// Rabbit represents an rabbit animal in the Animal Crossing series.
	Rabbit = nook.Animal{
		Key:  nook.Key(rabbit),
		Name: rabbitName,
	}
)
View Source
var (
	// Raccoon represents an raccoon animal in the Animal Crossing series.
	Raccoon = nook.Animal{
		Key:  nook.Key(raccoon),
		Name: raccoonName,
	}
)
View Source
var (
	// Reindeer represents an reindeer animal in the Animal Crossing series.
	Reindeer = nook.Animal{
		Key:  nook.Key(reindeer),
		Name: reindeerName,
	}
)
View Source
var (
	// Rhinoceros represents an rhinoceros animal in the Animal Crossing series.
	Rhinoceros = nook.Animal{
		Key:  nook.Key(rhinoceros),
		Name: rhinocerosName,
	}
)
View Source
var (
	// Seagull represents an seagull animal in the Animal Crossing series.
	Seagull = nook.Animal{
		Key:  nook.Key(seagull),
		Name: seagullName,
	}
)
View Source
var (
	// Sheep represents an sheep animal in the Animal Crossing series.
	Sheep = nook.Animal{
		Key:  nook.Key(sheep),
		Name: sheepName,
	}
)
View Source
var (
	// Skunk represents an skunk animal in the Animal Crossing series.
	Skunk = nook.Animal{
		Key:  nook.Key(skunk),
		Name: skunkName,
	}
)
View Source
var (
	// Sloth represents an sloth animal in the Animal Crossing series.
	Sloth = nook.Animal{
		Key:  nook.Key(sloth),
		Name: slothName,
	}
)
View Source
var (
	// Squirrel represents an squirrel animal in the Animal Crossing series.
	Squirrel = nook.Animal{
		Key:  nook.Key(squirrel),
		Name: squirrelName,
	}
)
View Source
var (
	// Tapir represents an tapir animal in the Animal Crossing series.
	Tapir = nook.Animal{
		Key:  nook.Key(tapir),
		Name: tapirName,
	}
)
View Source
var (
	// Tiger represents an tiger animal in the Animal Crossing series.
	Tiger = nook.Animal{
		Key:  nook.Key(tiger),
		Name: tigerName,
	}
)
View Source
var (
	// Tortoise represents an tortoise animal in the Animal Crossing series.
	Tortoise = nook.Animal{
		Key:  nook.Key(tortoise),
		Name: tortoiseName,
	}
)
View Source
var (
	// Turkey represents an turkey animal in the Animal Crossing series.
	Turkey = nook.Animal{
		Key:  nook.Key(turkey),
		Name: turkeyName,
	}
)
View Source
var (
	// Turtle represents an turtle animal in the Animal Crossing series.
	Turtle = nook.Animal{
		Key:  nook.Key(turtle),
		Name: turtleName,
	}
)
View Source
var (
	// Walrus represents an walrus animal in the Animal Crossing series.
	Walrus = nook.Animal{
		Key:  nook.Key(walrus),
		Name: walrusName,
	}
)
View Source
var (
	// Wolf represents an wolf animal in the Animal Crossing series.
	Wolf = nook.Animal{
		Key:  nook.Key(wolf),
		Name: wolfName,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL