Example usage for net.minecraftforge.registries IForgeRegistryEntry interface-usage

List of usage examples for net.minecraftforge.registries IForgeRegistryEntry interface-usage

Introduction

In this page you can find the example usage for net.minecraftforge.registries IForgeRegistryEntry interface-usage.

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