Botcraft 1.21.4
Loading...
Searching...
No Matches
SoundEvent.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 760 /* > 1.19.2 */
2#pragma once
3
4
6
7namespace ProtocolCraft
8{
9 class SoundEvent : public NetworkType
10 {
12 SERIALIZED_FIELD(Range, std::optional<float>);
13
15 };
16} // ProtocolCraft
17#endif
SERIALIZED_FIELD(Range, std::optional< float >)
SERIALIZED_FIELD(Location, Identifier)