StoredFlock

public class StoredFlock

Class StoredFlock. Provides storedflock functionality for the Hytale server.

java.lang.Object > StoredFlock

Field Summary

members

private Holder[] members

Field members.

data

final ComponentRegistry.Data data

Field data.

ref

final Ref ref

Field ref.

holder

final Holder holder

Field holder.

member

final Holder member

Field member.

storedFlock

final StoredFlock storedFlock

Field storedFlock.

newMembers

final Holder[] newMembers

Field newMembers.

Method Detail

storeNPCs

public void storeNPCs (@Nonnull final List> refs, @Nonnull final Store store)

Method storeNPCs.

Parameters:
@Nonnull final List> refs
@Nonnull final Store store

hasStoredNPCs

public boolean hasStoredNPCs ()

Method hasStoredNPCs.

restoreNPCs

public void restoreNPCs (@Nonnull final List> output, @Nonnull final Store store)

Method restoreNPCs.

Parameters:
@Nonnull final List> output
@Nonnull final Store store

clear

public void clear ()

Method clear.

toString

public String toString ()

Method toString.

clone

public StoredFlock clone ()

Method clone.