3#include "mc/_HeaderOutputPredefine.h"
28 MCNAPI ::std::unique_ptr<::CommandArea>
_getArea(
30 bool allowNonTickingPlayerAndTickingAreaChunks,
31 bool allowUnloadedChunks,
32 bool allowPlayerChunks
41 bool allowUnloadedChunks,
42 bool allowPlayerChunks
Definition CommandAreaFactory.h:12
MCAPI ::std::unique_ptr<::CommandArea > findAreaWithBuffer(::BlockPos const &min, ::BlockPos const &max, int commandVersion, bool allowUnloadedChunks, bool allowPlayerChunks) const
MCAPI ::std::unique_ptr<::CommandArea > _getNewCommandArea(::Bounds const &requiredArea) const
MCAPI ::std::unique_ptr<::CommandArea > _getArea(::Bounds const &requiredArea, bool allowNonTickingPlayerAndTickingAreaChunks, bool allowUnloadedChunks, bool allowPlayerChunks) const
Definition CommandArea.h:5