Package org.box2d.proto
Interface Box2D.PbVec2OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Box2D.PbVec2,Box2D.PbVec2.Builder
- Enclosing class:
- Box2D
public static interface Box2D.PbVec2OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetX()required float x = 1;floatgetY()required float y = 2;booleanhasX()required float x = 1;booleanhasY()required float y = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-