Version: Beta ⚠️
Hit Box Definition
The HitBoxDefinition
class is an entry that represents a hit box for an entity to allow interaction with a different entity.
How could this be used?
This could be when using a display entity since they don't have a hit box to allow interaction with.
Fields
Base Entity
RequiredOffset
RequiredThe offset of the hit box relative to the base entity.
Width
RequiredThe width of the hit box.
Height
RequiredThe height of the hit box.