1
0

Enable functional packets in 1.13

This commit is contained in:
mathiascode
2020-03-23 18:02:32 +02:00
parent 4fde622e2d
commit bff7319622
2 changed files with 0 additions and 30 deletions

View File

@@ -350,24 +350,6 @@ void cProtocol_1_13::SendPaintingSpawn(const cPainting & a_Painting)
void cProtocol_1_13::SendParticleEffect(const AString & a_ParticleName, float a_SrcX, float a_SrcY, float a_SrcZ, float a_OffsetX, float a_OffsetY, float a_OffsetZ, float a_ParticleData, int a_ParticleAmount)
{
// TODO
}
void cProtocol_1_13::SendParticleEffect(const AString & a_ParticleName, Vector3f a_Src, Vector3f a_Offset, float a_ParticleData, int a_ParticleAmount, std::array<int, 2> a_Data)
{
// TODO
}
void cProtocol_1_13::SendPluginMessage(const AString & a_Channel, const AString & a_Message)
{
// TODO
@@ -386,15 +368,6 @@ void cProtocol_1_13::SendScoreboardObjective(const AString & a_Name, const AStri
void cProtocol_1_13::SendSoundEffect(const AString & a_SoundName, double a_X, double a_Y, double a_Z, float a_Volume, float a_Pitch)
{
// TODO
}
void cProtocol_1_13::SendStatistics(const cStatManager & a_Manager)
{
// TODO