WeakComponentReference

public class WeakComponentReference

Class WeakComponentReference. Provides weakcomponentreference functionality for the Hytale server.

java.lang.Object > WeakComponentReference

Field Summary

ref

private Ref ref

Field ref.

reference

private WeakReference reference

Field reference.

Method Detail

get

public T get ()

Method get.

getStore

public Store getStore ()

Method getStore.

getType

public T> getType ()

Method getType.

getEntityReference

public Ref getEntityReference ()

Method getEntityReference.

invalidate

public void invalidate ()

Method invalidate.

equals

public boolean equals (@Nullable final Object o)

Method equals.

Parameters:
@Nullable final Object o

hashCode

public int hashCode ()

Method hashCode.

toString

public String toString ()

Method toString.