Yes, just copy and past the code for the first object, and swap in the name of the new object. Repeat that for each type.
If you're a little more advanced, you can make a new actor called "eatableObjects" (for example) and then for the "extends actor" part of your actors write "extends eatableObjects". This way you should be able to do it by writing eatableObjects as the object.