net.minecraft.world.level.entity

public class EntityLookup<T extends EntityAccess>

csi
net.minecraft.world.level.entity.EntityLookup
net.minecraft.class_5570
net.minecraft.unmapped.C_oerdtwyu
net.minecraft.world.entity.EntityIndex
net.minecraft.world.entity.EntityIndex
net.minecraft.src.C_141282_
net.minecraft.world.level.entity.EntityLookup

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_27244
f_nyacgdxy
LOGGER
LOGGER
f_156806_
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<T>
b
byId
field_27245
f_wfpdelpy
idToEntity
idToEntity
f_156807_
private final Map<UUID, T>
c
byUuid
field_27246
f_hkxtuufi
uuidToEntity
uuidToEntity
f_156808_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public <U extends T> void
a(csn<T, U> arg0, Consumer<U> arg1)
getEntities(EntityTypeTest<T, U> arg0, Consumer<U> arg1)
method_31754(class_5575<T, U> arg0, Consumer<U> arg1)
m_rjqtwogg(C_ocpldaah<T, U> arg0, Consumer<U> arg1)
forEach(TypeFilter<T, U> filter, Consumer<U> action)
forEach(TypeFilter<T, U> filter, Consumer<U> action)
m_156816_(C_141287_<T, U> p_156818_, Consumer<U> arg1)
public Iterable<T>
a()
getAllEntities()
method_31751()
m_luuvjtrf()
iterate()
iterate()
m_156811_()
public void
a(T arg0)
add(T arg0)
method_31753(T arg0)
m_lxfudvgy(T arg0)
add(T entity)
add(T entity)
m_156814_(T arg0)
public void
b(T arg0)
remove(T arg0)
method_31757(T arg0)
m_cyeaonjm(T arg0)
remove(T entity)
remove(T entity)
m_156822_(T arg0)
public T
a(int arg0)
getEntity(int arg0)
method_31752(int arg0)
m_usjssjdw(int arg0)
get(int id)
get(int id)
m_156812_(int arg0)
public T
a(UUID arg0)
getEntity(UUID arg0)
method_31755(UUID arg0)
m_vxvotwnk(UUID arg0)
get(UUID uuid)
get(UUID uuid)
m_156819_(UUID arg0)
public int
b()
count()
method_31756()
m_amfidazb()
size()
size()
m_156821_()