Interface Box2D.PbFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Box2D.PbFilter, Box2D.PbFilter.Builder
- Enclosing class:
Box2D
public static interface Box2D.PbFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 category_bits = 1;intoptional int32 group_index = 3;intoptional int32 mask_bits = 2;booleanoptional int32 category_bits = 1;booleanoptional int32 group_index = 3;booleanoptional int32 mask_bits = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCategoryBits
boolean hasCategoryBits()optional int32 category_bits = 1;- Returns:
- Whether the categoryBits field is set.
-
getCategoryBits
int getCategoryBits()optional int32 category_bits = 1;- Returns:
- The categoryBits.
-
hasMaskBits
boolean hasMaskBits()optional int32 mask_bits = 2;- Returns:
- Whether the maskBits field is set.
-
getMaskBits
int getMaskBits()optional int32 mask_bits = 2;- Returns:
- The maskBits.
-
hasGroupIndex
boolean hasGroupIndex()optional int32 group_index = 3;- Returns:
- Whether the groupIndex field is set.
-
getGroupIndex
int getGroupIndex()optional int32 group_index = 3;- Returns:
- The groupIndex.
-