Interface IClientChunk
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public interface IClientChunk : IWorldChunk
- Inherited Members
- Extension Methods
Properties
LoadedFromServer
True if fully initialized
bool LoadedFromServer { get; }
Property Value
Methods
SetVisibility(bool)
Can be used to set a chunk as invisible, probably temporarily (e.g. for the Timeswitch system)
void SetVisibility(bool visible)
Parameters
visible
bool