Package emu.grasscutter.net.proto
Interface EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotify,EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotify.Builder
- Enclosing class:
- EvtCreateGadgetNotifyOuterClass
public static interface EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 camp_id = 14;intuint32 camp_type = 8;intuint32 config_id = 11;booleanbool DGIFLLEHOND = 6;intuint32 entity_id = 13;.ForwardType forward_type = 10;int.ForwardType forward_type = 10;longgetGuid()uint64 guid = 2;booleanbool IJDOMBBFNOM = 7;.Vector init_euler_angles = 3;.Vector init_euler_angles = 3;.Vector init_pos = 1;.Vector init_pos = 1;booleanDKJHPANLPGJbooleanbool is_peer_id_from_player = 2005;intuint32 owner_entity_id = 9;intuint32 prop_owner_entity_id = 4;intuint32 room_id = 5;intuint32 target_entity_id = 15;intgetTargetEntityIdList(int index) repeated uint32 target_entity_id_list = 383;intrepeated uint32 target_entity_id_list = 383;repeated uint32 target_entity_id_list = 383;intuint32 target_lock_point_index = 12;intgetTargetLockPointIndexList(int index) repeated uint32 target_lock_point_index_list = 1490;intrepeated uint32 target_lock_point_index_list = 1490;repeated uint32 target_lock_point_index_list = 1490;boolean.Vector init_euler_angles = 3;boolean.Vector init_pos = 1;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
-
getOwnerEntityId
int getOwnerEntityId()uint32 owner_entity_id = 9;- Returns:
- The ownerEntityId.
-
getGuid
long getGuid()uint64 guid = 2;- Returns:
- The guid.
-
getForwardTypeValue
int getForwardTypeValue().ForwardType forward_type = 10;- Returns:
- The enum numeric value on the wire for forwardType.
-
getForwardType
ForwardTypeOuterClass.ForwardType getForwardType().ForwardType forward_type = 10;- Returns:
- The forwardType.
-
hasInitEulerAngles
boolean hasInitEulerAngles().Vector init_euler_angles = 3;- Returns:
- Whether the initEulerAngles field is set.
-
getInitEulerAngles
VectorOuterClass.Vector getInitEulerAngles().Vector init_euler_angles = 3;- Returns:
- The initEulerAngles.
-
getInitEulerAnglesOrBuilder
VectorOuterClass.VectorOrBuilder getInitEulerAnglesOrBuilder().Vector init_euler_angles = 3; -
getIsAsyncLoad
boolean getIsAsyncLoad()DKJHPANLPGJ
bool is_async_load = 1474;- Returns:
- The isAsyncLoad.
-
getIsPeerIdFromPlayer
boolean getIsPeerIdFromPlayer()bool is_peer_id_from_player = 2005;- Returns:
- The isPeerIdFromPlayer.
-
getTargetLockPointIndex
int getTargetLockPointIndex()uint32 target_lock_point_index = 12;- Returns:
- The targetLockPointIndex.
-
getTargetLockPointIndexListList
repeated uint32 target_lock_point_index_list = 1490;- Returns:
- A list containing the targetLockPointIndexList.
-
getTargetLockPointIndexListCount
int getTargetLockPointIndexListCount()repeated uint32 target_lock_point_index_list = 1490;- Returns:
- The count of targetLockPointIndexList.
-
getTargetLockPointIndexList
int getTargetLockPointIndexList(int index) repeated uint32 target_lock_point_index_list = 1490;- Parameters:
index- The index of the element to return.- Returns:
- The targetLockPointIndexList at the given index.
-
hasInitPos
boolean hasInitPos().Vector init_pos = 1;- Returns:
- Whether the initPos field is set.
-
getInitPos
VectorOuterClass.Vector getInitPos().Vector init_pos = 1;- Returns:
- The initPos.
-
getInitPosOrBuilder
VectorOuterClass.VectorOrBuilder getInitPosOrBuilder().Vector init_pos = 1; -
getDGIFLLEHOND
boolean getDGIFLLEHOND()bool DGIFLLEHOND = 6;- Returns:
- The dGIFLLEHOND.
-
getCampType
int getCampType()uint32 camp_type = 8;- Returns:
- The campType.
-
getCampId
int getCampId()uint32 camp_id = 14;- Returns:
- The campId.
-
getTargetEntityIdListList
repeated uint32 target_entity_id_list = 383;- Returns:
- A list containing the targetEntityIdList.
-
getTargetEntityIdListCount
int getTargetEntityIdListCount()repeated uint32 target_entity_id_list = 383;- Returns:
- The count of targetEntityIdList.
-
getTargetEntityIdList
int getTargetEntityIdList(int index) repeated uint32 target_entity_id_list = 383;- Parameters:
index- The index of the element to return.- Returns:
- The targetEntityIdList at the given index.
-
getConfigId
int getConfigId()uint32 config_id = 11;- Returns:
- The configId.
-
getEntityId
int getEntityId()uint32 entity_id = 13;- Returns:
- The entityId.
-
getRoomId
int getRoomId()uint32 room_id = 5;- Returns:
- The roomId.
-
getIJDOMBBFNOM
boolean getIJDOMBBFNOM()bool IJDOMBBFNOM = 7;- Returns:
- The iJDOMBBFNOM.
-
getTargetEntityId
int getTargetEntityId()uint32 target_entity_id = 15;- Returns:
- The targetEntityId.
-
getPropOwnerEntityId
int getPropOwnerEntityId()uint32 prop_owner_entity_id = 4;- Returns:
- The propOwnerEntityId.
-