diff options
author | Alexander Harkness <me@bearbin.net> | 2024-11-02 22:27:47 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2024-11-02 22:27:47 +0100 |
commit | cb50ec10591c0e0e4b9915e642bc50d3d8d1fd0a (patch) | |
tree | f647b20e1823f1846af88e832cf82a4a02e96e69 /src/Protocol/Palettes/Palette_1_14.h | |
parent | Improve clang-format config file, remove automatically enforced code style from contrib guide. (diff) | |
download | cuberite-clang-format-codebase.tar cuberite-clang-format-codebase.tar.gz cuberite-clang-format-codebase.tar.bz2 cuberite-clang-format-codebase.tar.lz cuberite-clang-format-codebase.tar.xz cuberite-clang-format-codebase.tar.zst cuberite-clang-format-codebase.zip |
Diffstat (limited to 'src/Protocol/Palettes/Palette_1_14.h')
-rw-r--r-- | src/Protocol/Palettes/Palette_1_14.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Protocol/Palettes/Palette_1_14.h b/src/Protocol/Palettes/Palette_1_14.h index 3bc9b7980..cf4066d2d 100644 --- a/src/Protocol/Palettes/Palette_1_14.h +++ b/src/Protocol/Palettes/Palette_1_14.h @@ -6,8 +6,8 @@ namespace Palette_1_14 { - UInt32 From(BlockState Block); - UInt32 From(Item ID); - UInt32 From(CustomStatistic ID); - Item ToItem(UInt32 ID); -} +UInt32 From(BlockState Block); +UInt32 From(Item ID); +UInt32 From(CustomStatistic ID); +Item ToItem(UInt32 ID); +} // namespace Palette_1_14 |