Uses of Enum
org.box2d.proto.Box2D.PbBodyType
Packages that use Box2D.PbBodyType
-
Uses of Box2D.PbBodyType in org.box2d.proto
Subclasses with type arguments of type Box2D.PbBodyType in org.box2d.protoFields in org.box2d.proto declared as Box2D.PbBodyTypeFields in org.box2d.proto with type parameters of type Box2D.PbBodyTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<Box2D.PbBodyType> Box2D.PbBodyType.internalValueMapMethods in org.box2d.proto that return Box2D.PbBodyTypeModifier and TypeMethodDescriptionstatic Box2D.PbBodyTypeBox2D.PbBodyType.forNumber(int value) Box2D.PbBody.Builder.getType()required .box2d.PbBodyType type = 2;Box2D.PbBody.getType()required .box2d.PbBodyType type = 2;Box2D.PbBodyOrBuilder.getType()required .box2d.PbBodyType type = 2;static Box2D.PbBodyTypeBox2D.PbBodyType.valueOf(int value) Deprecated.static Box2D.PbBodyTypeBox2D.PbBodyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Box2D.PbBodyTypeBox2D.PbBodyType.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static Box2D.PbBodyType[]Box2D.PbBodyType.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.PbBodyTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Box2D.PbBodyType> Box2D.PbBodyType.internalGetValueMap()Methods in org.box2d.proto with parameters of type Box2D.PbBodyTypeModifier and TypeMethodDescriptionBox2D.PbBody.Builder.setType(Box2D.PbBodyType value) required .box2d.PbBodyType type = 2;