Uses of Enum
org.box2d.proto.Box2D.PbJointType
Packages that use Box2D.PbJointType
-
Uses of Box2D.PbJointType in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbJointTypeModifier and TypeFieldDescriptionprivate Box2D.PbJointType
Box2D.PbJoint.Builder.type_
private Box2D.PbJointType
Box2D.PbJoint.type_
private static final Box2D.PbJointType[]
Box2D.PbJointType.VALUES
Fields in org.box2d.proto with type parameters of type Box2D.PbJointTypeModifier and TypeFieldDescriptionprivate static com.google.protobuf.Internal.EnumLiteMap
<Box2D.PbJointType> Box2D.PbJointType.internalValueMap
Methods in org.box2d.proto that return Box2D.PbJointTypeModifier and TypeMethodDescriptionBox2D.PbJoint.Builder.getType()
Box2D.PbJoint.getType()
Box2D.PbJointOrBuilder.getType()
static Box2D.PbJointType
Box2D.PbJointType.valueOf
(int value) Returns the enum constant of this type with the specified name.static Box2D.PbJointType
Box2D.PbJointType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Box2D.PbJointType
Box2D.PbJointType.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static Box2D.PbJointType[]
Box2D.PbJointType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.box2d.proto that return types with arguments of type Box2D.PbJointTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Box2D.PbJointType> Box2D.PbJointType.internalGetValueMap()
Methods in org.box2d.proto with parameters of type Box2D.PbJointType -
Uses of Box2D.PbJointType in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbJointTypeModifier and TypeMethodDescriptionprivate boolean
PbDeserializer.isIndependentJoint
(Box2D.PbJointType argType)