LeviLamina
Loading...
Searching...
No Matches
CommandBlockName.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9class CommandOutput;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, uint64> mBlockNameHash;
17 // NOLINTEND
18
19public:
20 LLNDAPI std::string const& getBlockName() const;
21 LLNDAPI std::string getDescriptionId() const;
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ::CommandBlockNameResult resolveBlock(int data) const;
27
28 MCAPI ::CommandBlockNameResult
29 resolveBlock(::std::vector<::BlockStateCommandParam> const& states, ::CommandOutput& output) const;
30 // NOLINTEND
31};
32
33// clang-format off
34template <>
35MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::CommandBlockName>();
36// clang-format on
Definition BlockStateCommandParam.h:15
Definition CommandBlockNameResult.h:10
Definition CommandBlockName.h:12
Definition CommandOutput.h:20