类 ExplosionEffek

java.lang.Object
cn.chloeprime.aaa_particles_world.client.content.ExplosionEffek

public class ExplosionEffek extends Object
  • 字段详细资料

    • 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)