ActuallyAdditions/src/main/java/de/ellpeck/actuallyadditions/common/misc/cloud/ISmileyCloudEasterEgg.java

15 lines
285 B
Java
Raw Normal View History

package de.ellpeck.actuallyadditions.misc.cloud;
2019-05-02 09:10:29 +02:00
public interface ISmileyCloudEasterEgg {
/**
* Extra rendering function
*/
void renderExtra(float f);
/**
* The name the cloud has to have for this effect to occur
*/
2015-08-24 17:57:11 +02:00
String[] getTriggerNames();
}