类 ExplosionEffek
java.lang.Object
cn.chloeprime.aaa_particles_world.client.content.ExplosionEffek
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final net.minecraft.resources.Identifierstatic final floatstatic final floatstatic final net.minecraft.resources.Identifierstatic final net.minecraft.resources.Identifierstatic final float -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleancheckNearbyDyingEnderDragon(net.minecraft.world.level.Level level, double x, double y, double z) static net.minecraft.client.particle.ParticlecreateParticleWrapper(ExplosionEffek.Type type, net.minecraft.client.multiplayer.ClientLevel level, double x, double y, double z, double dx, double dy, double dz, float radius) static booleanstatic booleanstatic booleanstatic voidplayExplosion(ExplosionEffek.Type type, net.minecraft.world.level.Level level, double x, double y, double z, float radius)
-
字段详细资料
-
LARGE_VANILLA_EXPLOSION_SIZE
public static final float LARGE_VANILLA_EXPLOSION_SIZE- 另请参阅:
-
SMALL_VANILLA_EXPLOSION_SIZE
public static final float SMALL_VANILLA_EXPLOSION_SIZE- 另请参阅:
-
SMALL_DRAGON_EXPLOSION_SIZE
public static final float SMALL_DRAGON_EXPLOSION_SIZE- 另请参阅:
-
BIG_EXPLOSION_EFFEK
public static final net.minecraft.resources.Identifier BIG_EXPLOSION_EFFEK -
SMALL_EXPLOSION_EFFEK
public static final net.minecraft.resources.Identifier SMALL_EXPLOSION_EFFEK -
SMALL_EXPLOSION_EFFEK_BLUE
public static final net.minecraft.resources.Identifier SMALL_EXPLOSION_EFFEK_BLUE
-
-
构造器详细资料
-
ExplosionEffek
public ExplosionEffek()
-
-
方法详细资料
-
isEnabled
public static boolean isEnabled() -
isReplacingSmallExplosion
public static boolean isReplacingSmallExplosion() -
isReplacingBigExplosion
public static boolean isReplacingBigExplosion() -
playExplosion
public static void playExplosion(ExplosionEffek.Type type, net.minecraft.world.level.Level level, double x, double y, double z, float radius) -
createParticleWrapper
public static net.minecraft.client.particle.Particle createParticleWrapper(ExplosionEffek.Type type, net.minecraft.client.multiplayer.ClientLevel level, double x, double y, double z, double dx, double dy, double dz, float radius) -
checkNearbyDyingEnderDragon
public static boolean checkNearbyDyingEnderDragon(net.minecraft.world.level.Level level, double x, double y, double z)
-