Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
846efa3c2a2d51a16e9f4b1221c976a153af91c6
/
.
/
src
/
main
/
optional
/
forestry
/
api
/
arboriculture
/
ILeafTickHandler.java
blob: ce9cdcfab584c63219af96f421ecc968ca5f69b7 [
file
] [
log
] [
blame
] [
raw
]
package
forestry
.
api
.
arboriculture
;
import
net
.
minecraft
.
world
.
World
;
public
interface
ILeafTickHandler
{
boolean
onRandomLeafTick
(
ITree
tree
,
World
world
,
int
biomeId
,
int
x
,
int
y
,
int
z
,
boolean
isDestroyed
);
}