Uses of Enum
org.jbox2d.collision.ContactID.Type
Packages that use ContactID.Type
-
Uses of ContactID.Type in org.jbox2d.collision
Subclasses with type arguments of type ContactID.Type in org.jbox2d.collisionMethods in org.jbox2d.collision that return ContactID.TypeModifier and TypeMethodDescriptionstatic ContactID.TypeContactID.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.