Uses of Class
com.uc4.api.objects.RollCalendarCollision
-
Packages that use RollCalendarCollision Package Description com.uc4.api.objects -
-
Uses of RollCalendarCollision in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type RollCalendarCollision Modifier and Type Method Description java.util.Iterator<RollCalendarCollision>
RollCalendarKeyword. collisionIterator()
Returns an iterator overRollCalendarCollision
.Methods in com.uc4.api.objects with parameters of type RollCalendarCollision Modifier and Type Method Description void
RollCalendarKeyword. addCollision(RollCalendarCollision coll)
Adds aRollCalendarCollision
to the list of reactions in case of collision.boolean
RollCalendarKeyword. removeCollision(RollCalendarCollision coll)
Removes the specified reaction in case of a collision.
-