Hbm-s-Nuclear-Tech-GIT/com/hbm/entity/effect/EntityNukeCloudNoShroom.java
2018-03-15 22:34:01 +01:00

16 lines
318 B
Java

package com.hbm.entity.effect;
import net.minecraft.world.World;
public class EntityNukeCloudNoShroom extends EntityNukeCloudSmall {
public EntityNukeCloudNoShroom(World p_i1582_1_) {
super(p_i1582_1_);
}
public EntityNukeCloudNoShroom(World p_i1582_1_, int maxAge) {
super(p_i1582_1_, maxAge, 1.0F);
}
}