Uses of Interface
org.box2d.proto.Box2D.PbJointOrBuilder
-
Packages that use Box2D.PbJointOrBuilder Package Description org.box2d.proto -
-
Uses of Box2D.PbJointOrBuilder in org.box2d.proto
Classes in org.box2d.proto that implement Box2D.PbJointOrBuilder Modifier and Type Class Description static class
Box2D.PbJoint
Protobuf typebox2d.PbJoint
static class
Box2D.PbJoint.Builder
Protobuf typebox2d.PbJoint
Fields in org.box2d.proto with type parameters of type Box2D.PbJointOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbJoint,Box2D.PbJoint.Builder,Box2D.PbJointOrBuilder>
Box2D.PbWorld.Builder. jointsBuilder_
Methods in org.box2d.proto that return Box2D.PbJointOrBuilder Modifier and Type Method Description Box2D.PbJointOrBuilder
Box2D.PbWorld.Builder. getJointsOrBuilder(int index)
repeated .box2d.PbJoint joints = 21;
Box2D.PbJointOrBuilder
Box2D.PbWorld. getJointsOrBuilder(int index)
repeated .box2d.PbJoint joints = 21;
Box2D.PbJointOrBuilder
Box2D.PbWorldOrBuilder. getJointsOrBuilder(int index)
repeated .box2d.PbJoint joints = 21;
Methods in org.box2d.proto that return types with arguments of type Box2D.PbJointOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbJoint,Box2D.PbJoint.Builder,Box2D.PbJointOrBuilder>
Box2D.PbWorld.Builder. getJointsFieldBuilder()
java.util.List<? extends Box2D.PbJointOrBuilder>
Box2D.PbWorld.Builder. getJointsOrBuilderList()
repeated .box2d.PbJoint joints = 21;
java.util.List<? extends Box2D.PbJointOrBuilder>
Box2D.PbWorld. getJointsOrBuilderList()
repeated .box2d.PbJoint joints = 21;
java.util.List<? extends Box2D.PbJointOrBuilder>
Box2D.PbWorldOrBuilder. getJointsOrBuilderList()
repeated .box2d.PbJoint joints = 21;
-