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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasList()booleancontains(RenderType renderType) booleanisEmpty()@NotNull Iterator<RenderType> iterator()Methods inherited from class net.minecraftforge.client.ChunkRenderTypeSet
all, intersection, intersection, intersection, none, of, of, union, union, unionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
None
private None()
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Overrides:
isEmptyin classChunkRenderTypeSet
-
contains
- Overrides:
containsin classChunkRenderTypeSet
-
iterator
- Specified by:
iteratorin interfaceIterable<RenderType>- Overrides:
iteratorin classChunkRenderTypeSet
-
asList
- Overrides:
asListin classChunkRenderTypeSet
-