Class ExplosionVNT

java.lang.Object
com.hbm_m.explosion.vanillant.ExplosionVNT

public class ExplosionVNT extends Object
Модульный «ванильный» взрыв HBM
  • Field Details

    • level

      public net.minecraft.world.level.Level level
    • x

      public double x
    • y

      public double y
    • z

      public double z
    • size

      public float size
    • exploder

      @Nullable public net.minecraft.world.entity.Entity exploder
    • compat

      public net.minecraft.world.level.Explosion compat
  • Constructor Details

    • ExplosionVNT

      public ExplosionVNT(net.minecraft.world.level.Level level, double x, double y, double z, float size)
    • ExplosionVNT

      public ExplosionVNT(net.minecraft.world.level.Level level, double x, double y, double z, float size, @Nullable net.minecraft.world.entity.Entity exploder)
  • Method Details

    • explode

      public void explode()
    • setBlockAllocator

      public ExplosionVNT setBlockAllocator(IBlockAllocator blockAllocator)
    • setEntityProcessor

      public ExplosionVNT setEntityProcessor(IEntityProcessor entityProcessor)
    • setBlockProcessor

      public ExplosionVNT setBlockProcessor(IBlockProcessor blockProcessor)
    • setSFX

      public ExplosionVNT setSFX(IExplosionSFX... sfx)
    • makeStandard

      public ExplosionVNT makeStandard()
    • createExplosion

      public static void createExplosion(net.minecraft.world.level.Level level, @Nullable net.minecraft.world.entity.Entity exploder, double x, double y, double z, float strength, boolean isSmoking)
      1.7.10 World.createExplosion / newExplosion через VNT.
    • newExplosion

      public static void newExplosion(net.minecraft.world.level.Level level, @Nullable net.minecraft.world.entity.Entity exploder, double x, double y, double z, float strength, boolean fire, boolean isSmoking)