public class ModuleArboriculture extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static ProxyArboriculture |
proxy |
static java.lang.String |
treekeepingMode |
static java.util.List<net.minecraft.block.Block> |
validFences |
static net.minecraftforge.fml.common.registry.VillagerRegistry.VillagerProfession |
villagerArborist |
| Constructor and Description |
|---|
ModuleArboriculture() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLootPoolNames(java.util.Set<java.lang.String> lootPoolNames) |
void |
disabledSetupAPI()
Called to setup the api if this module is disabled in the config or has missing dependencies.
|
void |
doInit() |
static BlockRegistryArboriculture |
getBlocks() |
void |
getHiddenItems(java.util.List<net.minecraft.item.ItemStack> hiddenItems)
Can be used to hide items in JEI.
|
static ItemRegistryArboriculture |
getItems() |
IPacketRegistry |
getPacketRegistry() |
void |
onHarvestDropsEvent(net.minecraftforge.event.world.BlockEvent.HarvestDropsEvent event) |
void |
onModelBake(net.minecraftforge.client.event.ModelBakeEvent event) |
void |
populateChunkRetroGen(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ) |
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 |
registerSprites(net.minecraftforge.client.event.TextureStitchEvent.Pre event) |
void |
setupAPI()
Can be used to setup the api.
|
decorateBiome, getDependencyUids, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, registerBackpackItems, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBeDisabled, getConsoleCommands, getFailMessage, isAvailable, postInit, registerTriggerspublic static ProxyArboriculture proxy
public static java.lang.String treekeepingMode
public static final java.util.List<net.minecraft.block.Block> validFences
@Nullable public static net.minecraftforge.fml.common.registry.VillagerRegistry.VillagerProfession villagerArborist
public static ItemRegistryArboriculture getItems()
public static BlockRegistryArboriculture getBlocks()
public void setupAPI()
IForestryModuleIForestryModule.disabledSetupAPI() will be called.
Must be called by the mod that registers the container.
public void disabledSetupAPI()
IForestryModuleMust 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 addLootPoolNames(java.util.Set<java.lang.String> lootPoolNames)
public void doInit()
public void registerCrates()
BlankForestryModuleICrateRegistry.registerCrates in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().public IPacketRegistry getPacketRegistry()
getPacketRegistry in class BlankForestryModulepublic boolean processIMCMessage(net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage message)
processIMCMessage in class BlankForestryModulepublic void getHiddenItems(java.util.List<net.minecraft.item.ItemStack> hiddenItems)
BlankForestryModulegetHiddenItems in class BlankForestryModulepublic void registerSprites(net.minecraftforge.client.event.TextureStitchEvent.Pre event)
public void onModelBake(net.minecraftforge.client.event.ModelBakeEvent event)
public void populateChunkRetroGen(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ)
populateChunkRetroGen in class BlankForestryModulepublic void onHarvestDropsEvent(net.minecraftforge.event.world.BlockEvent.HarvestDropsEvent event)