Uses of Interface
com.playtika.shepherd.common.pull.Pasture
Packages that use Pasture
-
Uses of Pasture in com.playtika.shepherd.common.pull
Methods in com.playtika.shepherd.common.pull that return PastureModifier 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.