🚬
NovoScript
  • NovoScript - Tutorial
  • API
    • Module
    • Events
    • Objects
      • World
      • Client
      • Packets
      • Player
      • Entity
    • Utilities
      • Web Utility
      • File Utility
      • Render Utility
      • Game Utility
      • Timer Utility
      • Angle Untility
      • Entity Utility
    • Enums
    • Global Variables
  • Examples
    • Self Damage
    • Multi Aura
    • OldNCP Bhop
Powered by GitBook
On this page

Was this helpful?

  1. API
  2. Utilities

Entity Utility

A utility which is used to get the information from an Entity object

Method

Parameters

Type

Description

getHealth

Entity

int

Health of an entity

getEyeHeight

Entity

double

Eye Height of an entity (in blocks)

getDisplayName

Entity

String

Display name of an entity

getHeldItem

Entity

ItemStack

Held item of an entity

getUUID

Entity

UUID

Unique ID of an entity

Example

entity_util.getName(entity)
PreviousAngle UntilityNextEnums

Last updated 3 years ago

Was this helpful?