Uses of Enum
org.box2d.proto.Box2D.PbJointType
Packages that use Box2D.PbJointType
-
Uses of Box2D.PbJointType in org.box2d.proto
Subclasses with type arguments of type Box2D.PbJointType in org.box2d.protoFields in org.box2d.proto declared as Box2D.PbJointTypeModifier and TypeFieldDescriptionprivate static final Box2D.PbJointType[]Box2D.PbJointType.VALUESFields in org.box2d.proto with type parameters of type Box2D.PbJointTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<Box2D.PbJointType> Box2D.PbJointType.internalValueMapMethods in org.box2d.proto that return Box2D.PbJointTypeModifier and TypeMethodDescriptionstatic Box2D.PbJointTypeBox2D.PbJointType.forNumber(int value) Box2D.PbJoint.Builder.getType()required .box2d.PbJointType type = 2;Box2D.PbJoint.getType()required .box2d.PbJointType type = 2;Box2D.PbJointOrBuilder.getType()required .box2d.PbJointType type = 2;static Box2D.PbJointTypeBox2D.PbJointType.valueOf(int value) Deprecated.static Box2D.PbJointTypeBox2D.PbJointType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Box2D.PbJointTypeBox2D.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.PbJointTypeModifier and TypeMethodDescriptionBox2D.PbJoint.Builder.setType(Box2D.PbJointType value) required .box2d.PbJointType type = 2; -
Uses of Box2D.PbJointType in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbJointTypeModifier and TypeMethodDescriptionprivate booleanPbDeserializer.isIndependentJoint(Box2D.PbJointType argType)