CommandSender, Entity, Metadatable, Nameable, Permissible, PersistentDataHolder, ServerOperatorpublic interface EnderCrystal extends Entity
Entity.Spigot| Modifier and Type | Method | Description | 
|---|---|---|
| @Nullable Location | getBeamTarget() | Gets the location that this end crystal is pointing its beam to. | 
| boolean | isShowingBottom() | Return whether or not this end crystal is showing the
 bedrock slate underneath it. | 
| void | setBeamTarget(@Nullable Location location) | Sets the location that this end crystal is pointing to. | 
| void | setShowingBottom(boolean showing) | Sets whether or not this end crystal is showing the
 bedrock slate underneath it. | 
getName, sendMessage, sendMessageaddPassenger, 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, 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, teleportgetMetadata, hasMetadata, removeMetadata, setMetadatagetCustomName, setCustomNameaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentgetPersistentDataContainerisOp, setOpboolean isShowingBottom()
void setShowingBottom(boolean showing)
showing - whether the bedrock slate should be shown@Nullable @Nullable Location getBeamTarget()
void setBeamTarget(@Nullable
                   @Nullable Location location)
location - the location to point the beam toIllegalArgumentException - for differing worldsCopyright © 2020. All rights reserved.