Package net.minecraft.world.level
Interface Explosion
- All Known Implementing Classes:
ServerExplosion
public interface Explosion
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleancenter()static DamageSourcegetDefaultDamageSource(Level pLevel, Entity pSource) static LivingEntitygetIndirectSourceEntity(Entity pSource) level()floatradius()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()
-