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.
|
void |
setSource(Entity source) |
Sets the source of this primed TNT.
|
getName, sendMessage, sendMessage, 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, isInBubbleColumn, isInLava, isInRain, isInsideVehicle, isInvulnerable, isInWater, isInWaterOrBubbleColumn, isInWaterOrRain, isInWaterOrRainOrBubbleColumn, isOnGround, isPersistent, isSilent, isTicking, 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().
void setSource(@Nullable Entity source)
Must be instance of LivingEntity otherwise will
be set to null. The parameter is typed Entity to be consistent with getSource() method.
source - the source of this primed TNT@Deprecated default Location getSourceLoc()
Entity.getOrigin()Copyright © 2021. All rights reserved.