Package dev.interfiber.karpet.server.entitys

Types

EntityStats
Link copied to clipboard
class EntityStats
Represents an entitys base statistics, such as attack damage and max health
MinecraftEntity
Link copied to clipboard
open class MinecraftEntity(entityType: EntityType?, stats: EntityStats) : EntityCreature
Represents a entity in minecraft
ZombieCreature
Link copied to clipboard
class ZombieCreature(stats: EntityStats) : MinecraftEntity
Zombie entity