mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
'Gift': changed from class to enum, so now you can handle
incoming gifts in switch
`Events`
- new:
onGiftComboFinished
- Removed:
onGiftBrodcast
- Rename:
onGiftMessage -> onGift
onRoomPinMessage -> onRoomPin
onRoomMessage -> onRoom
onLinkMessage -> onLink
onBarrageMessage -> onBarrage
onPollMessage -> onPoll
onShopMessage -> onShop
onDetectMessage -> onDetect
`GiftManager`
added:
registerGift
findById
findByName
getGifts
removed:
getActiveGifts
71 lines
3.2 KiB
XML
71 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ProtobufLanguageSettings">
|
|
<option name="autoConfigEnabled" value="false" />
|
|
<option name="importPathEntries">
|
|
<list>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/API/src/main/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/API/src/main/resources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/API/src/test/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/API/target/generated-sources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Client/src/main/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Client/src/test/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Client/src/test/resources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Client/target/generated-sources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools/src/main/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools/src/main/resources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools/src/test/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/TestApplication/src/main/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/TestApplication/src/main/resources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/TestApplication/src/test/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools-EventsCollector/src/main/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools-ReadmeGenerator/src/main/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools-ReadmeGenerator/src/main/resources" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/Tools-ReadmeGenerator/src/test/java" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$USER_HOME$/AppData/Local/JetBrains/IdeaIC2022.2/protoeditor" />
|
|
</ImportPathEntry>
|
|
<ImportPathEntry>
|
|
<option name="location" value="file://$PROJECT_DIR$/API/src/main/proto" />
|
|
</ImportPathEntry>
|
|
</list>
|
|
</option>
|
|
<option name="descriptorPath" value="google/protobuf/descriptor.proto" />
|
|
</component>
|
|
</project> |