类 StructureTemplate.SimplePalette
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.SimplePalette
- 所有已实现的接口:
Iterable<BlockState>
- 封闭类:
- StructureTemplate
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
addMapping
(BlockState pState, int pId) int
idFor
(BlockState pState) iterator()
stateFor
(int pId) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
字段详细资料
-
DEFAULT_BLOCK_STATE
-
ids
-
lastId
private int lastId
-
-
构造器详细资料
-
SimplePalette
SimplePalette()
-
-
方法详细资料
-
idFor
-
stateFor
-
iterator
- 指定者:
iterator
在接口中Iterable<BlockState>
-
addMapping
-