NPCDeathSystems

public class NPCDeathSystems

Class NPCDeathSystems. Provides npcdeathsystems functionality for the Hytale server.

java.lang.Object > NPCDeathSystems

Field Summary

deathInfo

final Damage deathInfo

Field deathInfo.

attackerReference

final Ref attackerReference

Field attackerReference.

attackerNpcComponent

final NPCEntity attackerNpcComponent

Field attackerNpcComponent.

entityTransformComponent

final TransformComponent entityTransformComponent

Field entityTransformComponent.

source

final Damage.Source source

Field source.

attackerRef

final Ref attackerRef

Field attackerRef.

attackerPlayerComponent

final Player attackerPlayerComponent

Field attackerPlayerComponent.

playerSettingsComponent

final PlayerSettings playerSettingsComponent

Field playerSettingsComponent.

transformComponent

final TransformComponent transformComponent

Field transformComponent.

position

final Vector3d position

Field position.

blackboardResource

final Blackboard blackboardResource

Field blackboardResource.

entityEventView

final EntityEventView entityEventView

Field entityEventView.

Method Detail

getQuery

public Query getQuery ()

Method getQuery.

onComponentAdded

public void onComponentAdded (@Nonnull final Ref ref, @Nonnull final DeathComponent component, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)

Method onComponentAdded.

Parameters:
@Nonnull final Ref ref
@Nonnull final DeathComponent component
@Nonnull final Store store
@Nonnull final CommandBuffer commandBuffer

EntityViewSystem

public public EntityViewSystem ()

Method EntityViewSystem.