List of usage examples for net.minecraftforge.registries IForgeRegistryEntry interface-usage
From source file therogue.storehouse.block.IStorehouseBaseBlock.java
public interface IStorehouseBaseBlock extends IForgeRegistryEntry<Block> { /** * Defines Methods that I need when referencing my block classes elsewhere */ public Block getBlock();
From source file therogue.storehouse.item.IStorehouseBaseItem.java
public interface IStorehouseBaseItem extends IForgeRegistryEntry<Item> { public Item getItem(); /** * Defines Methods that i need when referencing my item classes elsewhere