MCPcopy Create free account
hub / github.com/CSC207-UofT/207-course-notes / Monster

Method Monster

code/Monster.java:112–132  ·  view source on GitHub ↗

Creates a new Monster. @param name the name of this Monster. @param size the size of this Monster. @param bellyCapacity the number of Monsters this Monster can hold in its belly.

(String name, int size, int bellyCapacity)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected