接口 Explosion
- 所有已知实现类:
ServerExplosion
public interface Explosion
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明boolean
center()
static DamageSource
getDefaultDamageSource
(Level p_309890_, Entity p_311046_) static LivingEntity
getIndirectSourceEntity
(Entity p_362403_) level()
float
radius()
boolean
-
方法详细资料
-
getDefaultDamageSource
-
getIndirectSourceEntity
-
level
ServerLevel level() -
getBlockInteraction
Explosion.BlockInteraction getBlockInteraction() -
getIndirectSourceEntity
-
getDirectSourceEntity
-
radius
float radius() -
center
Vec3 center() -
canTriggerBlocks
boolean canTriggerBlocks() -
shouldAffectBlocklikeEntities
boolean shouldAffectBlocklikeEntities()
-