LeviLamina
Loading...
Searching...
No Matches
CommandPositionFloat.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandPosition.h"
7
8class CommandPositionFloat : public ::CommandPosition {
9public:
10 using CommandPosition::CommandPosition;
11};
12
13// clang-format off
14template <>
15MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::CommandPositionFloat>();
16// clang-format on
Definition CommandPositionFloat.h:8