Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Z 

A

addResource(IResource) - Method in class oreregistry.util.ResourceRegistry
 
ALUMINIUM - Static variable in class oreregistry.api.registry.ResourceTypes
 

B

BLOCK - Static variable in class oreregistry.api.registry.ProductTypes
 
BRASS - Static variable in class oreregistry.api.registry.ResourceTypes
 
BRONZE - Static variable in class oreregistry.api.registry.ResourceTypes
 
BUILD_NUMBER - Static variable in class oreregistry.config.Constants
 

C

channelId - Static variable in class oreregistry.network.PacketHandler
 
chooseProduct(Product, int) - Static method in class oreregistry.util.ProductUtils
 
ChoseProductEvent - Class in oreregistry.api
This is fired when OR has chosen a variant as his chosen variant of a product.
ChoseProductEvent(IProduct, ItemStack, int) - Constructor for class oreregistry.api.ChoseProductEvent
 
COAL - Static variable in class oreregistry.api.registry.ResourceTypes
 
Config - Class in oreregistry.config
 
Config() - Constructor for class oreregistry.config.Config
 
config - Static variable in class oreregistry.config.Config
 
configFile - Static variable in class oreregistry.OreRegistry
 
Constants - Class in oreregistry.config
 
Constants() - Constructor for class oreregistry.config.Constants
 
COPPER - Static variable in class oreregistry.api.registry.ResourceTypes
 
CRYSTAL - Static variable in class oreregistry.api.registry.ProductTypes
 

D

debug(String, Object...) - Static method in class oreregistry.util.Log
 
DIAMOND - Static variable in class oreregistry.api.registry.ResourceTypes
 
DUST - Static variable in class oreregistry.api.registry.ProductTypes
 

E

EMERALD - Static variable in class oreregistry.api.registry.ResourceTypes
 
error(String, Object...) - Static method in class oreregistry.util.Log
 
error(String, Throwable) - Static method in class oreregistry.util.Log
 
EventHandler - Class in oreregistry
 
EventHandler() - Constructor for class oreregistry.EventHandler
 

F

FieldsAreNonnullByDefault - Annotation Type in oreregistry.util
 

G

GEAR - Static variable in class oreregistry.api.registry.ProductTypes
 
GEM - Static variable in class oreregistry.api.registry.ProductTypes
 
getChosenProduct() - Method in class oreregistry.api.ChoseProductEvent
 
getChosenProduct() - Method in interface oreregistry.api.registry.IProduct
 
getChosenProduct() - Method in class oreregistry.util.Product
 
getChosenProductIndex() - Method in class oreregistry.util.Product
 
getConfigFile() - Method in class oreregistry.OreRegistry
 
getIndex() - Method in class oreregistry.api.ChoseProductEvent
 
getProduct() - Method in class oreregistry.api.ChoseProductEvent
 
getProduct(String) - Method in interface oreregistry.api.registry.IResource
 
getProduct(String) - Method in class oreregistry.util.Resource
 
getProductInfo(ItemStack) - Method in interface oreregistry.api.info.IResourceInfo
Get information about a registered product.
getProductInfo(ItemStack) - Method in class oreregistry.util.ResourceInfo
 
getProductType() - Method in interface oreregistry.api.info.IProductInfo
The type of the product.
getProductType() - Method in class oreregistry.util.ProductInfo
 
getRegisteredProducts() - Method in interface oreregistry.api.registry.IResource
Returns a read-only map containing product types and their associated products.
getRegisteredProducts() - Method in class oreregistry.util.Resource
 
getRegisteredResources() - Method in interface oreregistry.api.registry.IResourceRegistry
Returns a read-only map containing resource names and their associated resources.
getRegisteredResources() - Method in class oreregistry.util.ResourceRegistry
 
getResource() - Method in interface oreregistry.api.registry.IProduct
 
getResource() - Method in class oreregistry.util.Product
 
getResource(String) - Method in class oreregistry.util.ResourceRegistry
 
getResourceType() - Method in interface oreregistry.api.info.IProductInfo
The type of the resource.
getResourceType() - Method in class oreregistry.util.ProductInfo
 
getState() - Method in interface oreregistry.api.registry.IResourceRegistry
The current state of the registry process.
getState() - Method in class oreregistry.util.ResourceRegistry
 
getType() - Method in interface oreregistry.api.registry.IProduct
The type of the product.
getType() - Method in interface oreregistry.api.registry.IResource
The type of the resource.
getType() - Method in class oreregistry.util.Product
 
getType() - Method in class oreregistry.util.Resource
 
getUnificationHandlers(String) - Method in interface oreregistry.api.registry.IResourceRegistry
Returns a read-only map containing all IUnificationHandlers of the resource of this type.
getUnificationHandlers(String) - Method in class oreregistry.util.ResourceRegistry
 
getVariants() - Method in interface oreregistry.api.registry.IProduct
 
getVariants() - Method in class oreregistry.util.Product
 
GOLD - Static variable in class oreregistry.api.registry.ResourceTypes
 

H

handleDrops(BlockEvent.HarvestDropsEvent) - Method in class oreregistry.EventHandler
 
handlePlayerDrops(PlayerDropsEvent) - Method in class oreregistry.EventHandler
 
handlePlayerLoggedIn(PlayerEvent.PlayerLoggedInEvent) - Method in class oreregistry.EventHandler
 
handleTooltip(ItemTooltipEvent) - Method in class oreregistry.EventHandler
 
handleToss(ItemTossEvent) - Method in class oreregistry.EventHandler
 
hasProduct(String) - Method in interface oreregistry.api.registry.IResource
 
hasProduct(String) - Method in class oreregistry.util.Resource
 
hasResource(String) - Method in class oreregistry.util.ResourceRegistry
 
helper - Static variable in class oreregistry.OreRegistry
 

I

info - Static variable in class oreregistry.api.OreRegistryApi
Get information about registered products.
info(String, Object...) - Static method in class oreregistry.util.Log
 
INGOT - Static variable in class oreregistry.api.registry.ProductTypes
 
init(FMLInitializationEvent) - Static method in class oreregistry.OreRegistry
 
instance - Static variable in class oreregistry.OreRegistry
 
IProduct - Interface in oreregistry.api.registry
A product has a type (see ProductTypes.
IProductInfo - Interface in oreregistry.api.info
Information about a specific registered product.
IResource - Interface in oreregistry.api.registry
A resource has a type (see ResourceTypes and contains several product types (see ProductTypes.
IResourceInfo - Interface in oreregistry.api.info
Get information about registered products.
IResourceRegistry - Interface in oreregistry.api.registry
Register resources and get the chosen resource for each type.
IRON - Static variable in class oreregistry.api.registry.ResourceTypes
 
isChosenVariant() - Method in interface oreregistry.api.info.IProductInfo
true if this variant is the chosen variant.
isChosenVariant() - Method in class oreregistry.util.ProductInfo
 
IUnificationHandler - Interface in oreregistry.api
This can be used to unify items.

J

JeiPlugin - Class in oreregistry.integration
 
JeiPlugin() - Constructor for class oreregistry.integration.JeiPlugin
 

L

LAPIS - Static variable in class oreregistry.api.registry.ResourceTypes
 
LEAD - Static variable in class oreregistry.api.registry.ResourceTypes
 
load(Side) - Static method in class oreregistry.config.Config
 
Log - Class in oreregistry.util
 
Log() - Constructor for class oreregistry.util.Log
 

M

MOD_ID - Static variable in class oreregistry.config.Constants
 

N

NAME - Static variable in class oreregistry.config.Constants
 
needUnification(ItemStack, ItemStack) - Static method in class oreregistry.util.ProductUtils
 
NICKEL - Static variable in class oreregistry.api.registry.ResourceTypes
 
NUGGET - Static variable in class oreregistry.api.registry.ProductTypes
 

O

onPacket(FMLNetworkEvent.ClientCustomPacketEvent) - Method in class oreregistry.network.PacketHandler
 
onUnifyItem(ItemStack, ItemStack, IProduct) - Method in interface oreregistry.api.IUnificationHandler
 
ORE - Static variable in class oreregistry.api.registry.ProductTypes
 
oreregistry - package oreregistry
 
OreRegistry - Class in oreregistry
 
OreRegistry() - Constructor for class oreregistry.OreRegistry
 
oreregistry.api - package oreregistry.api
 
oreregistry.api.info - package oreregistry.api.info
 
oreregistry.api.registry - package oreregistry.api.registry
 
oreregistry.config - package oreregistry.config
 
oreregistry.integration - package oreregistry.integration
 
oreregistry.network - package oreregistry.network
 
oreregistry.util - package oreregistry.util
 
OreRegistryApi - Class in oreregistry.api
 
OreRegistryApi() - Constructor for class oreregistry.api.OreRegistryApi
 
OreRegistryState - Enum in oreregistry.api
The possible states of the OR registry process.

P

PacketHandler - Class in oreregistry.network
 
PacketHandler() - Constructor for class oreregistry.network.PacketHandler
 
PLATE - Static variable in class oreregistry.api.registry.ProductTypes
 
postInit(FMLPostInitializationEvent) - Static method in class oreregistry.OreRegistry
 
POWDER - Static variable in class oreregistry.api.registry.ProductTypes
 
preInit(FMLPreInitializationEvent) - Static method in class oreregistry.OreRegistry
 
Product - Class in oreregistry.util
 
Product(IResource, String) - Constructor for class oreregistry.util.Product
 
ProductInfo - Class in oreregistry.util
 
ProductInfo(String, String, boolean) - Constructor for class oreregistry.util.ProductInfo
 
ProductTypes - Class in oreregistry.api.registry
Known product types.
ProductTypes() - Constructor for class oreregistry.api.registry.ProductTypes
 
ProductUtils - Class in oreregistry.util
 
ProductUtils() - Constructor for class oreregistry.util.ProductUtils
 

Q

QUARTZ - Static variable in class oreregistry.api.registry.ResourceTypes
 

R

REDSTONE - Static variable in class oreregistry.api.registry.ResourceTypes
 
register(IModRegistry) - Method in class oreregistry.integration.JeiPlugin
 
registerProduct(String, ItemStack) - Method in interface oreregistry.api.registry.IResource
Register a product added by your mod for this resource.
registerProduct(String, ItemStack) - Method in class oreregistry.util.Resource
 
registerResource(String) - Method in interface oreregistry.api.registry.IResourceRegistry
Register a type of resource added by your mod.
registerResource(String) - Method in class oreregistry.util.ResourceRegistry
 
registerResourceItem(ItemStack, IResource) - Method in class oreregistry.util.ResourceInfo
 
registerUnificationHandler(String, IUnificationHandler) - Method in interface oreregistry.api.registry.IResourceRegistry
registerUnificationHandler(String, IUnificationHandler) - Method in class oreregistry.util.ResourceRegistry
 
registry - Static variable in class oreregistry.api.OreRegistryApi
Register resources and get the chosen resource for each type.
registry - Static variable in class oreregistry.OreRegistry
 
Resource - Class in oreregistry.util
 
Resource(String) - Constructor for class oreregistry.util.Resource
 
ResourceInfo - Class in oreregistry.util
 
ResourceInfo() - Constructor for class oreregistry.util.ResourceInfo
 
ResourceRegistry - Class in oreregistry.util
 
ResourceRegistry() - Constructor for class oreregistry.util.ResourceRegistry
 
ResourceTypes - Class in oreregistry.api.registry
Known resource types.
ResourceTypes() - Constructor for class oreregistry.api.registry.ResourceTypes
 

S

sendToClients(EntityPlayer) - Static method in class oreregistry.network.PacketHandler
 
setState(OreRegistryState) - Method in class oreregistry.util.ResourceRegistry
 
SILVER - Static variable in class oreregistry.api.registry.ResourceTypes
 
STEEL - Static variable in class oreregistry.api.registry.ResourceTypes
 

T

TIN - Static variable in class oreregistry.api.registry.ResourceTypes
 
trace(String, Object...) - Static method in class oreregistry.util.Log
 
tryUnifyItem(ItemStack) - Static method in class oreregistry.util.ProductUtils
 

U

unusedItems - Static variable in class oreregistry.OreRegistry
 

V

valueOf(String) - Static method in enum oreregistry.api.OreRegistryState
Returns the enum constant of this type with the specified name.
values() - Static method in enum oreregistry.api.OreRegistryState
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class oreregistry.config.Constants
 

W

warning(String, Object...) - Static method in class oreregistry.util.Log
 

Z

ZINC - Static variable in class oreregistry.api.registry.ResourceTypes
 
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links