public class ModHarvestHandlers
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModHarvestHandlers.TreePart |
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
CACTUS |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
COCOA |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
CROPS |
static java.util.function.Supplier<net.minecraftforge.registries.IForgeRegistry<HarvestHandler>> |
HARVEST_HANDLERS |
static net.minecraftforge.registries.DeferredRegister<HarvestHandler> |
HARVEST_HANDLERS_DEFERRED |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
LEAVES |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
NETHER_WART |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
PUMPKIN |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
SWEET_BERRIES |
static net.minecraftforge.fml.RegistryObject<HarvestHandler> |
TREES |
| Constructor and Description |
|---|
ModHarvestHandlers() |
public static final net.minecraftforge.registries.DeferredRegister<HarvestHandler> HARVEST_HANDLERS_DEFERRED
public static final java.util.function.Supplier<net.minecraftforge.registries.IForgeRegistry<HarvestHandler>> HARVEST_HANDLERS
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> CROPS
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> NETHER_WART
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> SWEET_BERRIES
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> COCOA
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> CACTUS
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> PUMPKIN
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> LEAVES
public static final net.minecraftforge.fml.RegistryObject<HarvestHandler> TREES