类 ChunkRenderTypeSet

java.lang.Object
net.minecraftforge.client.ChunkRenderTypeSet
所有已实现的接口:
Iterable<RenderType>
直接已知子类:
ChunkRenderTypeSet.All, ChunkRenderTypeSet.None

public sealed class ChunkRenderTypeSet extends Object implements Iterable<RenderType> permits ChunkRenderTypeSet.None, ChunkRenderTypeSet.All
An immutable ordered set (not implementing Set) of chunk render types.

Considerably speeds up lookups and merges of sets of chunk render types. Users should cache their instances of this class whenever possible, as instantiating it is cheap, but not free.