// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.npc.blackboard.view.event;

import com.hypixel.hytale.server.core.universe.world.storage.EntityStore;
import com.hypixel.hytale.component.Ref;

public class EntityEventNotification extends EventNotification
{
    private Ref<EntityStore> flockReference;
    
    public Ref<EntityStore> getFlockReference() {
        return this.flockReference;
    }
    
    public void setFlockReference(final Ref<EntityStore> flockReference) {
        this.flockReference = flockReference;
    }
}
