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. brainDumpsPerEntityMethods in net.minecraft.client.renderer.debug with parameters of type PointOfInterestDebugRenderer.BrainInfo Modifier and Type Method Description voidPointOfInterestDebugRenderer. addOrUpdateBrainDump(PointOfInterestDebugRenderer.BrainInfo p_217692_1_)private booleanPointOfInterestDebugRenderer. isMobSelected(PointOfInterestDebugRenderer.BrainInfo p_217703_1_)private booleanPointOfInterestDebugRenderer. isPlayerCloseEnoughToMob(PointOfInterestDebugRenderer.BrainInfo p_217694_1_)private voidPointOfInterestDebugRenderer. renderBrainInfo(PointOfInterestDebugRenderer.BrainInfo p_229038_1_, double p_229038_2_, double p_229038_4_, double p_229038_6_)private voidPointOfInterestDebugRenderer. renderPath(PointOfInterestDebugRenderer.BrainInfo p_229037_1_, double p_229037_2_, double p_229037_4_, double p_229037_6_)
-