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.
|
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.
|
getYield, isIncendiary, setIsIncendiary, setYield
addPassenger, addScoreboardTag, eject, getBoundingBox, getEntityId, getFacing, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getPose, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isInWater, 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
getMetadata, hasMetadata, removeMetadata, setMetadata
getName, sendMessage, sendMessage, sendMessage, sendMessage
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
isOp, setOp
getCustomName, setCustomName
getPersistentDataContainer
void 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 TNTCopyright © 2021. All rights reserved.