Package net.minecraft.world.explosion
Interface Explosion
- All Known Implementing Classes:
 ExplosionImpl
public interface Explosion
- Mappings:
 Namespace Name named net/minecraft/world/explosion/Explosionintermediary net/minecraft/class_1927official dkc
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DamageSourcecreateDamageSource(World world, @Nullable Entity source) static @Nullable LivingEntitygetCausingEntity(@Nullable Entity entity) floatgetPower()getWorld()boolean 
- 
Method Details
- 
createDamageSource
- Mappings:
 Namespace Name Mixin selector named createDamageSourceLnet/minecraft/world/explosion/Explosion;createDamageSource(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/damage/DamageSource;intermediary method_55108Lnet/minecraft/class_1927;method_55108(Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;)Lnet/minecraft/class_1282;official aLdkc;a(Ldkj;Lbxe;)Lbvt;
 - 
getCausingEntity
- Mappings:
 Namespace Name Mixin selector named getCausingEntityLnet/minecraft/world/explosion/Explosion;getCausingEntity(Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/LivingEntity;intermediary method_55110Lnet/minecraft/class_1927;method_55110(Lnet/minecraft/class_1297;)Lnet/minecraft/class_1309;official aLdkc;a(Lbxe;)Lbyf;
 - 
getWorld
ServerWorld getWorld()- Mappings:
 Namespace Name Mixin selector named getWorldLnet/minecraft/world/explosion/Explosion;getWorld()Lnet/minecraft/server/world/ServerWorld;intermediary method_64504Lnet/minecraft/class_1927;method_64504()Lnet/minecraft/class_3218;official aLdkc;a()Lasb;
 - 
getDestructionType
Explosion.DestructionType getDestructionType()- Mappings:
 Namespace Name Mixin selector named getDestructionTypeLnet/minecraft/world/explosion/Explosion;getDestructionType()Lnet/minecraft/world/explosion/Explosion$DestructionType;intermediary method_55111Lnet/minecraft/class_1927;method_55111()Lnet/minecraft/class_1927$class_4179;official bLdkc;b()Ldkc$a;
 - 
getCausingEntity
- Mappings:
 Namespace Name Mixin selector named getCausingEntityLnet/minecraft/world/explosion/Explosion;getCausingEntity()Lnet/minecraft/entity/LivingEntity;intermediary method_8347Lnet/minecraft/class_1927;method_8347()Lnet/minecraft/class_1309;official cLdkc;c()Lbyf;
 - 
getEntity
- Mappings:
 Namespace Name Mixin selector named getEntityLnet/minecraft/world/explosion/Explosion;getEntity()Lnet/minecraft/entity/Entity;intermediary method_46406Lnet/minecraft/class_1927;method_46406()Lnet/minecraft/class_1297;official dLdkc;d()Lbxe;
 - 
getPower
float getPower()- Mappings:
 Namespace Name Mixin selector named getPowerLnet/minecraft/world/explosion/Explosion;getPower()Fintermediary method_55107Lnet/minecraft/class_1927;method_55107()Fofficial eLdkc;e()F
 - 
getPosition
Vec3d getPosition()- Mappings:
 Namespace Name Mixin selector named getPositionLnet/minecraft/world/explosion/Explosion;getPosition()Lnet/minecraft/util/math/Vec3d;intermediary method_55109Lnet/minecraft/class_1927;method_55109()Lnet/minecraft/class_243;official fLdkc;f()Lfgc;
 - 
canTriggerBlocks
boolean canTriggerBlocks()- Mappings:
 Namespace Name Mixin selector named canTriggerBlocksLnet/minecraft/world/explosion/Explosion;canTriggerBlocks()Zintermediary method_60274Lnet/minecraft/class_1927;method_60274()Zofficial gLdkc;g()Z
 - 
preservesDecorativeEntities
boolean preservesDecorativeEntities()- Mappings:
 Namespace Name Mixin selector named preservesDecorativeEntitiesLnet/minecraft/world/explosion/Explosion;preservesDecorativeEntities()Zintermediary method_61722Lnet/minecraft/class_1927;method_61722()Zofficial hLdkc;h()Z
 
 -