ActuallyAdditions/src/main/java/de/ellpeck/actuallyadditions/common/misc/cloud/ISmileyCloudEasterEgg.java
Michael be421af8e2
Big Refactor of the package layout
Ignore this commit for diffs
2020-09-09 15:48:43 +01:00

15 lines
285 B
Java

package de.ellpeck.actuallyadditions.misc.cloud;
public interface ISmileyCloudEasterEgg {
/**
* Extra rendering function
*/
void renderExtra(float f);
/**
* The name the cloud has to have for this effect to occur
*/
String[] getTriggerNames();
}