CommandSender, Entity, Explosive, Metadatable, Nameable, Permissible, PersistentDataHolder, ServerOperatorpublic interface TNTPrimed extends Explosive
Entity.Spigot| Modifier and Type | Method | 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. | 
getName, sendMessage, sendMessage, sendMessage, sendMessageaddPassenger, addScoreboardTag, eject, fromMobSpawner, getBoundingBox, getChunk, getEntityId, getEntitySpawnReason, getFacing, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getOrigin, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getPose, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isPersistent, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPersistent, setPortalCooldown, setRotation, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport, teleportAsync, teleportAsyncgetYield, isIncendiary, setIsIncendiary, setYieldgetMetadata, hasMetadata, removeMetadata, setMetadatagetCustomName, setCustomNameaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentgetPersistentDataContainerisOp, setOpvoid setFuseTicks(int fuseTicks)
fuseTicks - The fuse ticksint getFuseTicks()
@Nullable 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 © 2020. All rights reserved.