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 pLevel, Entity pSource) static LivingEntity
getIndirectSourceEntity
(Entity pSource) 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()
-