Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
80710afadab6bcddb0fcb45571dcf4a9fcac6bd5
/
.
/
src
/
main
/
optional
/
forestry
/
api
/
arboriculture
/
IAlleleFruit.java
blob: f468af08c452367b442c817bbabd64498713fb41 [
file
] [
log
] [
blame
] [
raw
]
package
forestry
.
api
.
arboriculture
;
import
forestry
.
api
.
genetics
.
IAllele
;
/**
* Simple allele encapsulating an {@link IFruitProvider}.
*/
public
interface
IAlleleFruit
extends
IAllele
{
IFruitProvider
getProvider
();
}