类 ChunkRenderTypeSet.All
java.lang.Object
net.minecraftforge.client.ChunkRenderTypeSet
net.minecraftforge.client.ChunkRenderTypeSet.All
- 所有已实现的接口:
Iterable<RenderType>
- 封闭类:
ChunkRenderTypeSet
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明asList()
boolean
contains
(RenderType renderType) boolean
isEmpty()
@NotNull Iterator
<RenderType> iterator()
从类继承的方法 net.minecraftforge.client.ChunkRenderTypeSet
all, intersection, intersection, intersection, none, of, of, union, union, union
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
All
private All()
-
-
方法详细资料
-
isEmpty
public boolean isEmpty()- 覆盖:
isEmpty
在类中ChunkRenderTypeSet
-
contains
- 覆盖:
contains
在类中ChunkRenderTypeSet
-
iterator
- 指定者:
iterator
在接口中Iterable<RenderType>
- 覆盖:
iterator
在类中ChunkRenderTypeSet
-
asList
- 覆盖:
asList
在类中ChunkRenderTypeSet
-