Package net.minecraftforge.client
Class ChunkRenderTypeSet.None
java.lang.Object
net.minecraftforge.client.ChunkRenderTypeSet
net.minecraftforge.client.ChunkRenderTypeSet.None
- All Implemented Interfaces:
- Iterable<RenderType>
- Enclosing class:
- ChunkRenderTypeSet
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionasList()booleancontains(RenderType renderType) booleanisEmpty()@NotNull Iterator<RenderType>iterator()Methods inherited from class net.minecraftforge.client.ChunkRenderTypeSetall, intersection, intersection, intersection, none, of, of, union, union, unionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
Noneprivate None()
 
- 
- 
Method Details- 
isEmptypublic boolean isEmpty()- Overrides:
- isEmptyin class- ChunkRenderTypeSet
 
- 
contains- Overrides:
- containsin class- ChunkRenderTypeSet
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<RenderType>
- Overrides:
- iteratorin class- ChunkRenderTypeSet
 
- 
asList- Overrides:
- asListin class- ChunkRenderTypeSet
 
 
-