Uses of Class
org.box2d.proto.Box2D.PbJoint
Packages that use Box2D.PbJoint
-
Uses of Box2D.PbJoint in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbJointModifier and TypeFieldDescriptionprivate static final Box2D.PbJoint
Box2D.PbJoint.defaultInstance
Fields in org.box2d.proto with type parameters of type Box2D.PbJointModifier and TypeFieldDescriptionprivate java.util.List
<Box2D.PbJoint> Box2D.PbWorld.Builder.joints_
private java.util.List
<Box2D.PbJoint> Box2D.PbWorld.joints_
private com.google.protobuf.RepeatedFieldBuilder
<Box2D.PbJoint, Box2D.PbJoint.Builder, Box2D.PbJointOrBuilder> Box2D.PbWorld.Builder.jointsBuilder_
Methods in org.box2d.proto that return Box2D.PbJointModifier and TypeMethodDescriptionBox2D.PbJoint.Builder.build()
private Box2D.PbJoint
Box2D.PbJoint.Builder.buildParsed()
Box2D.PbJoint.Builder.buildPartial()
static Box2D.PbJoint
Box2D.PbJoint.getDefaultInstance()
Box2D.PbJoint.Builder.getDefaultInstanceForType()
Box2D.PbJoint.getDefaultInstanceForType()
Box2D.PbWorld.Builder.getJoints
(int index) Box2D.PbWorld.getJoints
(int index) Box2D.PbWorldOrBuilder.getJoints
(int index) static Box2D.PbJoint
Box2D.PbJoint.parseDelimitedFrom
(java.io.InputStream input) static Box2D.PbJoint
Box2D.PbJoint.parseDelimitedFrom
(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(byte[] data) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(com.google.protobuf.ByteString data) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(com.google.protobuf.CodedInputStream input) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(java.io.InputStream input) static Box2D.PbJoint
Box2D.PbJoint.parseFrom
(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.box2d.proto that return types with arguments of type Box2D.PbJointModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Box2D.PbJoint, Box2D.PbJoint.Builder, Box2D.PbJointOrBuilder> Box2D.PbWorld.Builder.getJointsFieldBuilder()
java.util.List
<Box2D.PbJoint> Box2D.PbWorld.Builder.getJointsList()
java.util.List
<Box2D.PbJoint> Box2D.PbWorld.getJointsList()
java.util.List
<Box2D.PbJoint> Box2D.PbWorldOrBuilder.getJointsList()
Methods in org.box2d.proto with parameters of type Box2D.PbJointModifier and TypeMethodDescriptionBox2D.PbWorld.Builder.addJoints
(int index, Box2D.PbJoint value) Box2D.PbWorld.Builder.addJoints
(Box2D.PbJoint value) Box2D.PbJoint.Builder.mergeFrom
(Box2D.PbJoint other) static Box2D.PbJoint.Builder
Box2D.PbJoint.newBuilder
(Box2D.PbJoint prototype) Box2D.PbWorld.Builder.setJoints
(int index, Box2D.PbJoint value) Method parameters in org.box2d.proto with type arguments of type Box2D.PbJointModifier and TypeMethodDescriptionBox2D.PbWorld.Builder.addAllJoints
(java.lang.Iterable<? extends Box2D.PbJoint> values) -
Uses of Box2D.PbJoint in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbJointModifier and TypeMethodDescriptionPbDeserializer.deserializeJoint
(World argWorld, Box2D.PbJoint joint, java.util.Map<java.lang.Integer, Body> argBodyMap, java.util.Map<java.lang.Integer, Joint> jointMap)