Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import greenfoot.*;
- public class CMacroPlast extends CTrash
- {
- public CMacroPlast()
- {
- super(2);
- }
- public void ApplyOnFish(CFish fish)
- {
- //ak sa dotkne ryby
- fish.TunrOffEating();//zamedzi sa moznost jedenia
- this.getWorld().removeObject(this); //zmizne plast
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement