Package net.minecraft.world
Class Explosion
- java.lang.Object
-
- net.minecraft.world.Explosion
-
public class Explosion extends java.lang.Object
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Constructor Summary
Constructors Constructor Description Explosion(World worldIn, Entity parEntity, double parDouble1, double parDouble2, double parDouble3, float size, boolean parFlag, boolean parFlag2)
Explosion(World worldIn, Entity parEntity, double parDouble1, double parDouble2, double parDouble3, float parFloat1, boolean parFlag, boolean parFlag2, java.util.List<BlockPos> parList)
Explosion(World worldIn, Entity parEntity, double parDouble1, double parDouble2, double parDouble3, float parFloat1, java.util.List<BlockPos> parList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doExplosionA()
+ Does the first part of the explosion (destroy blocks)void
doExplosionB(boolean spawnParticles)
+ Does the second part of the explosion (sound, particles, drop spawn)void
func_180342_d()
java.util.List<BlockPos>
getAffectedBlockPositions()
EntityLivingBase
getExplosivePlacedBy()
+ Returns either the entity that placed the explosive block, the entity that caused the explosion or null.java.util.Map<EntityPlayer,Vec3>
getPlayerKnockbackMap()
-
-
-
Constructor Detail
-
Explosion
public Explosion(World worldIn, Entity parEntity, double parDouble1, double parDouble2, double parDouble3, float parFloat1, java.util.List<BlockPos> parList)
-
Explosion
public Explosion(World worldIn, Entity parEntity, double parDouble1, double parDouble2, double parDouble3, float parFloat1, boolean parFlag, boolean parFlag2, java.util.List<BlockPos> parList)
-
-
Method Detail
-
doExplosionA
public void doExplosionA()
+ Does the first part of the explosion (destroy blocks)
-
doExplosionB
public void doExplosionB(boolean spawnParticles)
+ Does the second part of the explosion (sound, particles, drop spawn)
-
getPlayerKnockbackMap
public java.util.Map<EntityPlayer,Vec3> getPlayerKnockbackMap()
-
getExplosivePlacedBy
public EntityLivingBase getExplosivePlacedBy()
+ Returns either the entity that placed the explosive block, the entity that caused the explosion or null.
-
func_180342_d
public void func_180342_d()
-
getAffectedBlockPositions
public java.util.List<BlockPos> getAffectedBlockPositions()
-
-