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