public class ModuleApiculture extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
beekeepingMode |
static boolean |
doSelfPollination |
static boolean |
hiveDamageOnAttack |
static boolean |
hiveDamagePierceArmor |
static boolean |
hivesDamageOnlyPlayers |
static boolean |
hivesDamageOnPeaceful |
static boolean |
hivesDamageUnderwater |
static int |
maxFlowersSpawnedPerHive |
static int |
ticksPerBeeWorkCycle |
static net.minecraftforge.fml.common.registry.VillagerRegistry.VillagerProfession |
villagerApiarist |
| Constructor and Description |
|---|
ModuleApiculture() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLootPoolNames(java.util.Set<java.lang.String> lootPoolNames) |
void |
decorateBiome(net.minecraft.world.World world,
java.util.Random rand,
net.minecraft.util.math.BlockPos pos) |
void |
doInit() |
static net.minecraft.client.renderer.texture.TextureAtlasSprite |
getBeeSprite() |
static BlockRegistryApiculture |
getBlocks() |
static HiveRegistry |
getHiveRegistry() |
static ItemRegistryApiculture |
getItems() |
IPacketRegistry |
getPacketRegistry() |
ISaveEventHandler |
getSaveEventHandler() |
static double |
getSecondPrincessChance() |
void |
populateChunk(net.minecraft.world.gen.IChunkGenerator chunkGenerator,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated) |
void |
populateChunkRetroGen(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ) |
void |
postInit() |
void |
preInit()
Must be called by the mod that registers the container.
|
boolean |
processIMCMessage(net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage message) |
void |
registerCrates()
Can be used to register crates via the
ICrateRegistry. |
void |
registerItemsAndBlocks()
Can be used to register items and blocks.
|
void |
registerRecipes()
Can be used to register recipes.
|
void |
registerTriggers()
Can be used to register Buildcraft triggers.
|
void |
setupAPI()
Can be used to setup the api.
|
void |
textureHook(net.minecraftforge.client.event.TextureStitchEvent.Pre event) |
getDependencyUids, getHiddenItems, getPickupHandler, getResupplyHandler, registerBackpackItems, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBeDisabled, disabledSetupAPI, getConsoleCommands, getFailMessage, isAvailablepublic static java.lang.String beekeepingMode
public static int ticksPerBeeWorkCycle
public static boolean hivesDamageOnPeaceful
public static boolean hivesDamageUnderwater
public static boolean hivesDamageOnlyPlayers
public static boolean hiveDamageOnAttack
public static boolean hiveDamagePierceArmor
public static boolean doSelfPollination
public static int maxFlowersSpawnedPerHive
@Nullable public static net.minecraftforge.fml.common.registry.VillagerRegistry.VillagerProfession villagerApiarist
public static ItemRegistryApiculture getItems()
public static BlockRegistryApiculture getBlocks()
public static HiveRegistry getHiveRegistry()
public static net.minecraft.client.renderer.texture.TextureAtlasSprite getBeeSprite()
public void setupAPI()
IForestryModuleIForestryModule.disabledSetupAPI() will be called.
Must be called by the mod that registers the container.
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void preInit()
IForestryModulepublic void registerTriggers()
IForestryModulepublic void doInit()
public void postInit()
public IPacketRegistry getPacketRegistry()
getPacketRegistry in class BlankForestryModulepublic void registerCrates()
BlankForestryModuleICrateRegistry.registerCrates in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().public void addLootPoolNames(java.util.Set<java.lang.String> lootPoolNames)
public static double getSecondPrincessChance()
public ISaveEventHandler getSaveEventHandler()
getSaveEventHandler in class BlankForestryModulepublic void populateChunk(net.minecraft.world.gen.IChunkGenerator chunkGenerator,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated)
populateChunk in class BlankForestryModulepublic void decorateBiome(net.minecraft.world.World world,
java.util.Random rand,
net.minecraft.util.math.BlockPos pos)
decorateBiome in class BlankForestryModulepublic void populateChunkRetroGen(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ)
populateChunkRetroGen in class BlankForestryModulepublic boolean processIMCMessage(net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage message)
processIMCMessage in class BlankForestryModulepublic void textureHook(net.minecraftforge.client.event.TextureStitchEvent.Pre event)