Uses of Interface
com.playtika.shepherd.common.push.Pasture
Packages that use Pasture
-
Uses of Pasture in com.playtika.shepherd.common.push
Methods in com.playtika.shepherd.common.push that return PastureModifier and TypeMethodDescription<Breed> Pasture<Breed>Farm.addBreedingPasture(String herdName, Class<Breed> breedClass, PastureListener<Breed> pastureListener) Here we come to Farm with our Pasture to graze specific Breeding Herd on it.Farm.addPasture(String herdName, PastureListener<ByteBuffer> pastureListener) Here we come to Farm with our Pasture to graze specific Herd on it.