public interface TNTPrimed extends Explosive
Entity.Spigot
Modifier and Type | Method and Description |
---|---|
int |
getFuseTicks()
Retrieve the number of ticks until the explosion of this TNTPrimed
entity
|
Entity |
getSource()
Gets the source of this primed TNT.
|
default Location |
getSourceLoc()
Deprecated.
replaced by
Entity.getOrigin() |
void |
setFuseTicks(int fuseTicks)
Set the number of ticks until the TNT blows up after being primed.
|
getYield, isIncendiary, setIsIncendiary, setYield
addPassenger, addScoreboardTag, eject, fromMobSpawner, getChunk, getEntityId, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getOrigin, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPortalCooldown, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport
getMetadata, hasMetadata, removeMetadata, setMetadata
getName, sendMessage, sendMessage, sendMessage, sendMessage
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
isOp, setOp
getCustomName, setCustomName
void setFuseTicks(int fuseTicks)
fuseTicks
- The fuse ticksint getFuseTicks()
Entity getSource()
World.spawn(Location, Class)
method, for example.)
The source will become null if the chunk this primed TNT is in is
unloaded then reloaded. The source entity may be invalid if for example
it has since died or been unloaded. Callers should check
Entity.isValid()
.
@Deprecated default Location getSourceLoc()
Entity.getOrigin()
Copyright © 2021. All rights reserved.