Class BeeDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.BeeDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate @Nullable UUIDprivate static final intprivate static final intprivate static final intprivate final Minecraftprivate static final intprivate static final intprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHiveBlacklistMap(DebugValueAccess pDebugValueAccess) private voiddoRender(DebugValueAccess pDebugValueAccess) voidemitGizmos(double p_456220_, double p_455610_, double p_455534_, DebugValueAccess p_455739_, Frustum p_454831_, float p_455624_) private static StringgetBeeUuidsAsString(Collection<UUID> pBeeUuids) private CameragetGhostHives(DebugValueAccess pDebugValueAccess) private Collection<UUID> getHiveMembers(BlockPos pPos, DebugValueAccess pDebugValueAccess) private StringgetPosDescription(Entity pEntity, BlockPos pPos) private static voidhighlightHive(BlockPos pPos) private booleanisBeeSelected(Entity pEntity) private voidrenderBeeInfo(Entity pBee, DebugBeeInfo pBeeInfo, @Nullable DebugGoalInfo pGoalInfo) private voidrenderFlowerInfos(DebugValueAccess pDebugValueAccess) private voidrenderGhostHive(BlockPos pPos, List<String> pGhostHives) private voidrenderHiveInfo(BlockPos pPos, DebugHiveInfo pHiveInfo, Collection<UUID> pBlacklistedBees, DebugValueAccess pDebugValueAccess) private static voidrenderTextOverHive(String pText, BlockPos pPos, int pLine, int pColor) private void
-
Field Details
-
SHOW_GOAL_FOR_ALL_BEES
private static final boolean SHOW_GOAL_FOR_ALL_BEES- See Also:
-
SHOW_NAME_FOR_ALL_BEES
private static final boolean SHOW_NAME_FOR_ALL_BEES- See Also:
-
SHOW_HIVE_FOR_ALL_BEES
private static final boolean SHOW_HIVE_FOR_ALL_BEES- See Also:
-
SHOW_FLOWER_POS_FOR_ALL_BEES
private static final boolean SHOW_FLOWER_POS_FOR_ALL_BEES- See Also:
-
SHOW_TRAVEL_TICKS_FOR_ALL_BEES
private static final boolean SHOW_TRAVEL_TICKS_FOR_ALL_BEES- See Also:
-
SHOW_GOAL_FOR_SELECTED_BEE
private static final boolean SHOW_GOAL_FOR_SELECTED_BEE- See Also:
-
SHOW_NAME_FOR_SELECTED_BEE
private static final boolean SHOW_NAME_FOR_SELECTED_BEE- See Also:
-
SHOW_HIVE_FOR_SELECTED_BEE
private static final boolean SHOW_HIVE_FOR_SELECTED_BEE- See Also:
-
SHOW_FLOWER_POS_FOR_SELECTED_BEE
private static final boolean SHOW_FLOWER_POS_FOR_SELECTED_BEE- See Also:
-
SHOW_TRAVEL_TICKS_FOR_SELECTED_BEE
private static final boolean SHOW_TRAVEL_TICKS_FOR_SELECTED_BEE- See Also:
-
SHOW_HIVE_MEMBERS
private static final boolean SHOW_HIVE_MEMBERS- See Also:
-
SHOW_BLACKLISTS
private static final boolean SHOW_BLACKLISTS- See Also:
-
MAX_RENDER_DIST_FOR_HIVE_OVERLAY
private static final int MAX_RENDER_DIST_FOR_HIVE_OVERLAY- See Also:
-
MAX_RENDER_DIST_FOR_BEE_OVERLAY
private static final int MAX_RENDER_DIST_FOR_BEE_OVERLAY- See Also:
-
MAX_TARGETING_DIST
private static final int MAX_TARGETING_DIST- See Also:
-
TEXT_SCALE
private static final float TEXT_SCALE- See Also:
-
ORANGE
private static final int ORANGE- See Also:
-
GRAY
private static final int GRAY- See Also:
-
PINK
private static final int PINK- See Also:
-
minecraft
-
lastLookedAtUuid
-
-
Constructor Details
-
BeeDebugRenderer
-
-
Method Details
-
emitGizmos
public void emitGizmos(double p_456220_, double p_455610_, double p_455534_, DebugValueAccess p_455739_, Frustum p_454831_, float p_455624_) - Specified by:
emitGizmosin interfaceDebugRenderer.SimpleDebugRenderer
-
doRender
-
createHiveBlacklistMap
-
renderFlowerInfos
-
getBeeUuidsAsString
-
highlightHive
-
renderGhostHive
-
renderHiveInfo
private void renderHiveInfo(BlockPos pPos, DebugHiveInfo pHiveInfo, Collection<UUID> pBlacklistedBees, DebugValueAccess pDebugValueAccess) -
renderBeeInfo
-
renderTextOverHive
-
getCamera
-
getPosDescription
-
isBeeSelected
-
getHiveMembers
-
getGhostHives
-
updateLastLookedAtUuid
private void updateLastLookedAtUuid()
-