Package | Description |
---|---|
net.minecraft.world.gen.feature.jigsaw | |
net.minecraft.world.gen.feature.template |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableList<StructureProcessor> |
SingleJigsawPiece.processors |
private com.google.common.collect.ImmutableList<StructureProcessor> |
JigsawPattern.PlacementBehaviour.structureProcessors |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<StructureProcessor> |
JigsawPattern.PlacementBehaviour.getStructureProcessors() |
Modifier and Type | Method and Description |
---|---|
static JigsawPattern.PlacementBehaviour |
JigsawPattern.PlacementBehaviour.create(java.lang.String enumName,
java.lang.String nameIn,
com.google.common.collect.ImmutableList<StructureProcessor> structureProcessorsIn) |
Constructor and Description |
---|
PlacementBehaviour(java.lang.String nameIn,
com.google.common.collect.ImmutableList<StructureProcessor> structureProcessorsIn) |
SingleJigsawPiece(java.lang.String p_i51400_1_,
java.util.List<StructureProcessor> p_i51400_2_)
Deprecated.
|
SingleJigsawPiece(java.lang.String location,
java.util.List<StructureProcessor> processors,
JigsawPattern.PlacementBehaviour p_i51401_3_) |
Modifier and Type | Class and Description |
---|---|
class |
BlockIgnoreStructureProcessor |
class |
GravityStructureProcessor |
class |
IntegrityProcessor |
class |
JigsawReplacementStructureProcessor |
class |
NopProcessor |
class |
RuleStructureProcessor |
Modifier and Type | Field and Description |
---|---|
private java.util.List<StructureProcessor> |
PlacementSettings.processors |
Modifier and Type | Method and Description |
---|---|
java.util.List<StructureProcessor> |
PlacementSettings.getProcessors() |
Modifier and Type | Method and Description |
---|---|
PlacementSettings |
PlacementSettings.addProcessor(StructureProcessor structureProcessorIn) |
PlacementSettings |
PlacementSettings.removeProcessor(StructureProcessor structureProcessorIn) |