Package com.hbm_m.explosion.vanillant
Class ExplosionVNT
java.lang.Object
com.hbm_m.explosion.vanillant.ExplosionVNT
Модульный «ванильный» взрыв HBM
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExplosionVNT(net.minecraft.world.level.Level level, double x, double y, double z, float size) ExplosionVNT(net.minecraft.world.level.Level level, double x, double y, double z, float size, net.minecraft.world.entity.Entity exploder) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateExplosion(net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity exploder, double x, double y, double z, float strength, boolean isSmoking) 1.7.10World.createExplosion/newExplosionчерез VNT.voidexplode()static voidnewExplosion(net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity exploder, double x, double y, double z, float strength, boolean fire, boolean isSmoking) setBlockAllocator(IBlockAllocator blockAllocator) setBlockProcessor(IBlockProcessor blockProcessor) setEntityProcessor(IEntityProcessor entityProcessor) setSFX(IExplosionSFX... sfx)
-
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
-
setEntityProcessor
-
setBlockProcessor
-
setSFX
-
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.10World.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)
-