Table of Contents

Interface IBlockTextureAtlasAPI

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll

Block texture Atlas

public interface IBlockTextureAtlasAPI : ITextureAtlasAPI
Inherited Members

Methods

GetPosition(Block, string, bool)

Returns the position in the block texture atlas of given block.

TextureAtlasPosition GetPosition(Block block, string textureName, bool returnNullWhenMissing = false)

Parameters

block Block
textureName string
returnNullWhenMissing bool

Returns

TextureAtlasPosition