Class ChunkRenderTypeSet

java.lang.Object
io.github.vampirestudios.vampirelib.client.ChunkRenderTypeSet
All Implemented Interfaces:
Iterable<net.minecraft.client.renderer.RenderType>

public sealed class ChunkRenderTypeSet extends Object implements Iterable<net.minecraft.client.renderer.RenderType>
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.