Package | Description |
---|---|
com.legacy.structure_gel | |
com.legacy.structure_gel.worldgen.jigsaw |
Modifier and Type | Field and Description |
---|---|
static net.minecraft.world.gen.feature.jigsaw.IJigsawDeserializer<GelJigsawPiece> |
StructureGelMod.JigsawDeserializers.GEL_SINGLE_POOL_ELEMENT |
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<GelJigsawPiece> |
GelJigsawPiece.CODEC |
Modifier and Type | Method and Description |
---|---|
GelJigsawPiece |
GelJigsawPiece.maintainWater(boolean value)
Determins if blocks should become waterlogged when placed in water.
|
GelJigsawPiece |
GelJigsawPiece.setIgnoreEntities(boolean value)
Prevents entities from generating with the structure.
|
Modifier and Type | Method and Description |
---|---|
static java.util.function.Function<net.minecraft.world.gen.feature.jigsaw.JigsawPattern.PlacementBehaviour,GelJigsawPiece> |
JigsawPoolBuilder.createGelPiece(net.minecraft.util.ResourceLocation name,
net.minecraft.world.gen.feature.template.StructureProcessorList processors,
boolean maintainWater,
boolean ignoreEntities)
Creates a
GelJigsawPiece for internal use. |