1
0

Initial resource pack support (#4622)

This commit is contained in:
Mat
2020-04-08 00:23:54 +03:00
committed by GitHub
parent 19ad96561c
commit 6a21bf979c
18 changed files with 146 additions and 4 deletions

View File

@@ -2929,6 +2929,15 @@ void cClientHandle::SendExperienceOrb(const cExpOrb & a_ExpOrb)
void cClientHandle::SendResourcePack(const AString & a_ResourcePackUrl)
{
m_Protocol->SendResourcePack(a_ResourcePackUrl);
}
void cClientHandle::SendScoreboardObjective(const AString & a_Name, const AString & a_DisplayName, Byte a_Mode)
{
m_Protocol->SendScoreboardObjective(a_Name, a_DisplayName, a_Mode);