3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/options/GraphicsMode.h"
14namespace Editor::Settings {
26 Graphics& operator=(Graphics
const&);
27 Graphics(Graphics
const&);
50 MCNAPI ::Editor::Settings::GraphicsProps
const& getProperties()
const;
MCAPI void setShowCompass(bool shouldShow)
MCAPI bool getDisableEntityRendering() const
MCAPI void * $ctor(::std::function< void(::Editor::Settings::GraphicsProps const &)> callback)
MCAPI bool getShowToastNotifications() const
MCAPI void setDisableEntityRendering(bool disableEntityRendering)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI bool getNightVision() const
MCAPI bool getShowChunkBoundaries() const
MCAPI bool getShowInvisibleBlocks() const
MCAPI void setDisableBlockEntityRendering(bool disableBlockEntityRendering)
MCAPI void setShowInvisibleBlocks(bool shouldShow)
MCAPI void setShowChunkBoundaries(bool shouldShow)
MCAPI bool getShowCompass() const
MCAPI Graphics(::std::function< void(::Editor::Settings::GraphicsProps const &)> callback)
MCAPI void setDisableWeatherRendering(bool disableWeatherRendering)
MCAPI void setNightVision(bool nightVision)
MCAPI void updateSettings(::Editor::Settings::GraphicsProps const &props, bool notifyUpdate)
MCAPI void setShowToastNotifications(bool showNotifications)
MCAPI::GraphicsMode getGraphicsMode() const
MCAPI bool getDisableWeatherRendering() const
MCAPI bool getDisableTerrainRendering() const
MCAPI bool getDisableBlockEntityRendering() const
MCAPI void setDisableTerrainRendering(bool disableTerrainRendering)
MCAPI void setDisableParticleRendering(bool disableParticleRendering)
MCAPI void setGraphicsMode(::GraphicsMode graphicsMode)
MCAPI bool getDisableParticleRendering() const
Definition GraphicsProps.h:7
Definition ReflectionCtx.h:11