Package net.minecraft.world.level
Interface Explosion
- All Known Implementing Classes:
ServerExplosion
public interface Explosion
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
center()
static DamageSource
getDefaultDamageSource
(Level p_312716_, Entity p_312608_) static LivingEntity
getIndirectSourceEntity
(Entity p_363745_) level()
float
radius()
boolean
-
Method Details
-
getDefaultDamageSource
-
getIndirectSourceEntity
-
level
ServerLevel level() -
getBlockInteraction
Explosion.BlockInteraction getBlockInteraction() -
getIndirectSourceEntity
-
getDirectSourceEntity
-
radius
float radius() -
center
Vec3 center() -
canTriggerBlocks
boolean canTriggerBlocks() -
shouldAffectBlocklikeEntities
boolean shouldAffectBlocklikeEntities()
-