LeviLamina
Loading...
Searching...
No Matches
BiomeCoordinateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_10/scatter_params/RandomDistributionType.h"
7#include "mc/platform/Result.h"
8#include "mc/util/molang/ExpressionOp.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<2, 2, ::ExpressionOp> mMinValueType;
20 ::ll::TypedStorage<2, 2, ushort> mMinValue;
21 ::ll::TypedStorage<2, 2, ::ExpressionOp> mMaxValueType;
22 ::ll::TypedStorage<2, 2, ushort> mMaxValue;
23 ::ll::TypedStorage<4, 4, uint> mGridOffset;
24 ::ll::TypedStorage<4, 4, uint> mGridStepSize;
25 ::ll::TypedStorage<4, 4, ::SharedTypes::v1_21_10::RandomDistributionType> mDistribution;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static ::Bedrock::Result<::BiomeCoordinateData> read(::ReadOnlyBinaryStream& stream);
32 // NOLINTEND
33};
Definition ReadOnlyBinaryStream.h:8
Definition BiomeCoordinateData.h:15