LeviLamina
Loading...
Searching...
No Matches
PlaceFeatureResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
FeatureHelper {
6
7
enum class
PlaceFeatureResult :
int
{
8
Success = 0,
9
FailureInvalidPosition = 1,
10
FailureChunkNotLoaded = 2,
11
};
12
13
}
src
mc
world
level
levelgen
feature
helpers
feature_helper
PlaceFeatureResult.h
Generated on Fri Jun 13 2025 05:05:19 for LeviLamina by
1.12.0