Uses of Enum
org.jbox2d.collision.ContactID.Type
Packages that use ContactID.Type
-
Uses of ContactID.Type in org.jbox2d.collision
Methods in org.jbox2d.collision that return ContactID.TypeModifier and TypeMethodDescriptionstatic ContactID.Type
ContactID.Type.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static ContactID.Type[]
ContactID.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.