public class OceanRuinPieces
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OceanRuinPieces.Piece |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation[] |
STRUCTURE_BRICK |
private static ResourceLocation[] |
STRUCTURE_BRICK_BIG |
private static ResourceLocation[] |
STRUCTURE_CRACKED |
private static ResourceLocation[] |
STRUCTURE_CRACKED_BIG |
private static ResourceLocation[] |
STRUCTURE_MOSSY |
private static ResourceLocation[] |
STRUCTURE_MOSSY_BIG |
private static ResourceLocation[] |
STRUCTURE_WARM |
private static ResourceLocation[] |
STRUCTURE_WARM_BIG |
Constructor and Description |
---|
OceanRuinPieces() |
Modifier and Type | Method and Description |
---|---|
static void |
func_204041_a(TemplateManager templateManagerIn,
BlockPos pos,
Rotation rotationIn,
java.util.List<StructurePiece> pieces,
java.util.Random rand,
OceanRuinConfig config) |
private static java.util.List<BlockPos> |
func_204044_a(java.util.Random rand,
int xIn,
int zIn) |
private static void |
func_204045_a(TemplateManager templateManagerIn,
BlockPos p_204045_1_,
Rotation p_204045_2_,
java.util.List<StructurePiece> pieces,
java.util.Random rand,
OceanRuinConfig config,
boolean shouldGenerateLargeVariant,
float p_204045_7_) |
private static void |
func_204047_a(TemplateManager p_204047_0_,
java.util.Random p_204047_1_,
Rotation p_204047_2_,
BlockPos p_204047_3_,
OceanRuinConfig p_204047_4_,
java.util.List<StructurePiece> p_204047_5_) |
private static ResourceLocation |
getRandomPieceWarm(java.util.Random rand) |
private static ResourceLocation |
getRandomPieceWarmBig(java.util.Random rand) |
private static final ResourceLocation[] STRUCTURE_WARM
private static final ResourceLocation[] STRUCTURE_BRICK
private static final ResourceLocation[] STRUCTURE_CRACKED
private static final ResourceLocation[] STRUCTURE_MOSSY
private static final ResourceLocation[] STRUCTURE_BRICK_BIG
private static final ResourceLocation[] STRUCTURE_MOSSY_BIG
private static final ResourceLocation[] STRUCTURE_CRACKED_BIG
private static final ResourceLocation[] STRUCTURE_WARM_BIG
private static ResourceLocation getRandomPieceWarm(java.util.Random rand)
private static ResourceLocation getRandomPieceWarmBig(java.util.Random rand)
public static void func_204041_a(TemplateManager templateManagerIn, BlockPos pos, Rotation rotationIn, java.util.List<StructurePiece> pieces, java.util.Random rand, OceanRuinConfig config)
private static void func_204047_a(TemplateManager p_204047_0_, java.util.Random p_204047_1_, Rotation p_204047_2_, BlockPos p_204047_3_, OceanRuinConfig p_204047_4_, java.util.List<StructurePiece> p_204047_5_)
private static java.util.List<BlockPos> func_204044_a(java.util.Random rand, int xIn, int zIn)
private static void func_204045_a(TemplateManager templateManagerIn, BlockPos p_204045_1_, Rotation p_204045_2_, java.util.List<StructurePiece> pieces, java.util.Random rand, OceanRuinConfig config, boolean shouldGenerateLargeVariant, float p_204045_7_)