HyCodeYourTale
classpublicPriority 3

DamageModule

com.hypixel.hytale.server.core.modules.entity.damage.DamageModule

extends JavaPlugin

6

Methods

6

Public Methods

6

Fields

1

Constructors

Constants

PluginManifestMANIFEST= PluginManifest.corePlugin(DamageModule.class) .depends(EntityModule.class) .depends(E...

Constructors

public
DamageModule(JavaPluginInit init)

Methods

Public Methods (6)

public
ComponentType<EntityStore, DeathComponent> getDeathComponentType()
public
ComponentType<EntityStore, DeferredCorpseRemoval> getDeferredCorpseRemovalComponentType()
public
Set<Dependency<EntityStore>> getDependencies()
@Nonnull@Override
public
SystemGroup<EntityStore> getFilterDamageGroup()
public
SystemGroup<EntityStore> getGatherDamageGroup()
public
SystemGroup<EntityStore> getInspectDamageGroup()

Fields

Private/Package Fields (6)

privateComponentType<EntityStore, DeathComponent> deathComponentType
privateComponentType<EntityStore, DeferredCorpseRemoval> deferredCorpseRemovalComponentType
privateSystemGroup<EntityStore> filterDamageGroup
privateSystemGroup<EntityStore> gatherDamageGroup
privateSystemGroup<EntityStore> inspectDamageGroup
privateDamageModule instance

Related Classes