HyCodeYourTale
classpublicPriority 3

InvalidatablePersistentRef

com.hypixel.hytale.server.core.entity.reference.InvalidatablePersistentRef

extends PersistentRef

4

Methods

4

Public Methods

1

Fields

1

Constructors

Constants

BuilderCodec<InvalidatablePersistentRef>CODEC= BuilderCodec.builder( InvalidatablePersistentRef.class, InvalidatablePersistentRef::new,...

Constructors

public
InvalidatablePersistentRef()

Methods

Public Methods (4)

public
void clear()
@Override
public
int getRefCount()
public
void setEntity(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor)
@Override
public
void setRefCount(int refCount)

Fields

Protected Fields (1)

protectedint refCount

Related Classes