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

15 lines
292 B
Java
Raw Normal View History

2020-09-09 16:49:01 +02:00
package de.ellpeck.actuallyadditions.common.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();
}