Botcraft 1.21.4
Loading...
Searching...
No Matches
DataComponentTypeConsumable.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
7
8namespace ProtocolCraft
9{
10 namespace Components
11 {
13 {
14 SERIALIZED_FIELD(ConsumeSeconds, float);
17 SERIALIZED_FIELD(HasConsumeParticles, bool);
18 SERIALIZED_FIELD(OnConsumeEffects, std::vector<ConsumeEffect>);
19
21 };
22 }
23}
24#endif
SERIALIZED_FIELD(OnConsumeEffects, std::vector< ConsumeEffect >)