Botcraft 1.21.4
Loading...
Searching...
No Matches
IconcrackParticleOptions.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION < 393 /* < 1.13 */
2#pragma once
3
5
6namespace ProtocolCraft
7{
8 class IconcrackParticleOptions : public ParticleOptions
9 {
10 SERIALIZED_FIELD(Argument1, VarInt);
11 SERIALIZED_FIELD(Argument2, VarInt);
12
14 };
15}
16#endif
#define DECLARE_READ_WRITE_SERIALIZE
Define auto serializable utilities and declare ReadImpl, WriteImpl and SerializeImpl virtual function...
#define SERIALIZED_FIELD(Name,...)