Package forestry.api.lepidopterology
Interface IButterflyNursery
- All Superinterfaces:
IClimateProvider,ILocationProvider
A butterfly nursery is a place, usually a leaf block, where caterpillars laid by mated butterflies mature into cocoons.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanNurse(IButterfly caterpillar) getNanny()voidsetCaterpillar(IButterfly caterpillar) Methods inherited from interface forestry.api.climate.IClimateProvider
humidity, temperatureMethods inherited from interface forestry.api.core.ILocationProvider
getCoordinates, getWorldObj
-
Method Details
-
getCaterpillar
-
getNanny
- Returns:
- The butterfly who created this nursery.
-
setCaterpillar
-
canNurse
-