public interface FallingBlock extends Entity
Entity.Spigot
Modifier and Type | Method and Description |
---|---|
boolean |
canHurtEntities()
Get the HurtEntities state of this block.
|
byte |
getBlockData()
Deprecated.
Magic value
|
int |
getBlockId()
Deprecated.
Magic value
|
boolean |
getDropItem()
Get if the falling block will break into an item if it cannot be placed
|
Material |
getMaterial()
Get the Material of the falling block
|
default Location |
getSourceLoc()
Deprecated.
replaced by
Entity.getOrigin() |
void |
setDropItem(boolean drop)
Set if the falling block will break into an item if it cannot be placed
|
void |
setHurtEntities(boolean hurtEntities)
Set the HurtEntities state of this block.
|
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
Material getMaterial()
@Deprecated int getBlockId()
@Deprecated byte getBlockData()
boolean getDropItem()
void setDropItem(boolean drop)
drop
- true to break into an item when obstructedboolean canHurtEntities()
void setHurtEntities(boolean hurtEntities)
hurtEntities
- whether entities will be damaged by this block.@Deprecated default Location getSourceLoc()
Entity.getOrigin()
Copyright © 2021. All rights reserved.