Package org.kingdoms.utils.hash
Class EntityHashMap.Builder<M extends EntityHashMap<M,E,V>,E extends org.bukkit.entity.Entity,V>
java.lang.Object
org.kingdoms.utils.hash.EntityHashMap.Builder<M,E,V>
- Direct Known Subclasses:
EntityHashMap.WeakBuilder
- Enclosing class:
EntityHashMap<M extends EntityHashMap<M,E, V>, E extends org.bukkit.entity.Entity, V>
public abstract static class EntityHashMap.Builder<M extends EntityHashMap<M,E,V>,E extends org.bukkit.entity.Entity,V>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BiConsumer<M, E> protected BiConsumer<M, E> protected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
leaveHandle
-
deathHandle
-
entityClass
-
size
protected int size
-
-
Constructor Details
-
Builder
-
-
Method Details
-
size
-
onLeave
-
onDeath
-
build
-