public abstract class HiveDecorator
extends java.lang.Object
| Constructor and Description |
|---|
HiveDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
decorateHives(net.minecraft.world.gen.IChunkGenerator chunkProvider,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated) |
static void |
decorateHives(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ) |
static boolean |
tryGenHive(net.minecraft.world.World world,
java.util.Random rand,
int x,
int z,
Hive hive) |
public static void decorateHives(net.minecraft.world.gen.IChunkGenerator chunkProvider,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated)
public static void decorateHives(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ)
public static boolean tryGenHive(net.minecraft.world.World world,
java.util.Random rand,
int x,
int z,
Hive hive)