Uses of Interface
com.playtika.shepherd.common.pull.Herd
Packages that use Herd
-
Uses of Herd in com.playtika.shepherd.common.pull
Methods in com.playtika.shepherd.common.pull with parameters of type HerdModifier and TypeMethodDescription<Breed> PastureFarm.addBreedingPasture(Herd<Breed> herd, Class<Breed> breedClass, PastureListener<Breed> pastureListener) Here we come to Farm with our Pasture to graze specific Breeding Herd on it.Farm.addPasture(Herd<ByteBuffer> herd, PastureListener<ByteBuffer> pastureListener) Here we come to Farm with our Pasture to graze specific Herd on it.