public abstract class CocoonDecorator
extends java.lang.Object
| Constructor and Description |
|---|
CocoonDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
decorateCocoons(net.minecraft.world.gen.IChunkGenerator chunkProvider,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated) |
static void |
decorateCocoons(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ) |
static boolean |
genCocoon(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
IButterfly butterfly) |
static boolean |
isValidLocation(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
public static void decorateCocoons(net.minecraft.world.gen.IChunkGenerator chunkProvider,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated)
public static void decorateCocoons(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ)
public static boolean genCocoon(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
IButterfly butterfly)
public static boolean isValidLocation(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)