HyCodeYourTale
classpublicPriority 1

ItemMergeSystem

com.hypixel.hytale.server.core.modules.entity.item.ItemMergeSystem

extends EntityTickingSystem

2

Methods

2

Public Methods

4

Fields

1

Constructors

Constants

floatRADIUS= 2.0F

Constructors

public
ItemMergeSystem(ComponentType<EntityStore, ItemComponent> itemComponentComponentType, ComponentType<EntityStore, Interactable> interactableComponentType, ResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> itemSpatialComponent)

Methods

Public Methods (2)

public
Query<EntityStore> getQuery()
@Nonnull@Override
public
boolean isParallel(int archetypeChunkSize, int taskCount)
@Override

Fields

Private/Package Fields (4)

privateComponentType<EntityStore, Interactable> interactableComponentType
privateComponentType<EntityStore, ItemComponent> itemComponentComponentType
privateResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> itemSpatialComponent
privateQuery<EntityStore> query

Related Classes