Package net.minecraft.structure
Class Structure.PalettedBlockInfoList
java.lang.Object
net.minecraft.structure.Structure.PalettedBlockInfoList
- Enclosing class:
- Structure
public static final class Structure.PalettedBlockInfoList extends Object
-
Field Summary
Fields Modifier and Type Field Description private Map<Block,List<Structure.StructureBlockInfo>>
blockToInfos
private List<Structure.StructureBlockInfo>
infos
-
Constructor Summary
Constructors Modifier Constructor Description private
PalettedBlockInfoList(List<Structure.StructureBlockInfo> infos)
-
Method Summary
Modifier and Type Method Description List<Structure.StructureBlockInfo>
getAll()
List<Structure.StructureBlockInfo>
getAllOf(Block block)
-
Field Details
-
infos
-
blockToInfos
-
-
Constructor Details
-
PalettedBlockInfoList
-
-
Method Details
-
getAll
-
getAllOf
-