Uses of Class
net.minecraft.client.renderer.debug.PointOfInterestDebugRenderer.BrainInfo
-
Packages that use PointOfInterestDebugRenderer.BrainInfo Package Description net.minecraft.client.renderer.debug -
-
Uses of PointOfInterestDebugRenderer.BrainInfo in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type PointOfInterestDebugRenderer.BrainInfo Modifier and Type Field Description private java.util.Map<java.util.UUID,PointOfInterestDebugRenderer.BrainInfo>
PointOfInterestDebugRenderer. brainDumpsPerEntity
Methods in net.minecraft.client.renderer.debug with parameters of type PointOfInterestDebugRenderer.BrainInfo Modifier and Type Method Description void
PointOfInterestDebugRenderer. addOrUpdateBrainDump(PointOfInterestDebugRenderer.BrainInfo p_217692_1_)
private boolean
PointOfInterestDebugRenderer. isMobSelected(PointOfInterestDebugRenderer.BrainInfo p_217703_1_)
private boolean
PointOfInterestDebugRenderer. isPlayerCloseEnoughToMob(PointOfInterestDebugRenderer.BrainInfo p_217694_1_)
private void
PointOfInterestDebugRenderer. renderBrainInfo(PointOfInterestDebugRenderer.BrainInfo p_229038_1_, double p_229038_2_, double p_229038_4_, double p_229038_6_)
private void
PointOfInterestDebugRenderer. renderPath(PointOfInterestDebugRenderer.BrainInfo p_229037_1_, double p_229037_2_, double p_229037_4_, double p_229037_6_)
-