Uses of Record Class
net.minecraft.network.protocol.common.custom.HiveDebugPayload.HiveInfo
Packages that use HiveDebugPayload.HiveInfo
Package
Description
-
Uses of HiveDebugPayload.HiveInfo in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as HiveDebugPayload.HiveInfoModifier and TypeFieldDescriptionprivate final HiveDebugPayload.HiveInfoBeeDebugRenderer.HiveDebugInfo.infoThe field for theinforecord component.Methods in net.minecraft.client.renderer.debug that return HiveDebugPayload.HiveInfoModifier and TypeMethodDescriptionBeeDebugRenderer.HiveDebugInfo.info()Returns the value of theinforecord component.Methods in net.minecraft.client.renderer.debug with parameters of type HiveDebugPayload.HiveInfoModifier and TypeMethodDescriptionvoidBeeDebugRenderer.addOrUpdateHiveInfo(HiveDebugPayload.HiveInfo hiveInfo, long lastSeen) BeeDebugRenderer.getHiveMemberNames(HiveDebugPayload.HiveInfo hiveInfo) private voidBeeDebugRenderer.renderHiveInfo(PoseStack poseStack, MultiBufferSource buffer, HiveDebugPayload.HiveInfo hiveInfo, Collection<UUID> beeUuids) private static voidBeeDebugRenderer.renderTextOverHive(PoseStack poseStack, MultiBufferSource buffer, String text, HiveDebugPayload.HiveInfo hiveInfo, int layer, int color) Constructors in net.minecraft.client.renderer.debug with parameters of type HiveDebugPayload.HiveInfoModifierConstructorDescription(package private)HiveDebugInfo(HiveDebugPayload.HiveInfo info, long lastSeen) Creates an instance of aHiveDebugInforecord class. -
Uses of HiveDebugPayload.HiveInfo in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as HiveDebugPayload.HiveInfoModifier and TypeFieldDescriptionprivate final HiveDebugPayload.HiveInfoHiveDebugPayload.hiveInfoThe field for thehiveInforecord component.Methods in net.minecraft.network.protocol.common.custom that return HiveDebugPayload.HiveInfoModifier and TypeMethodDescriptionHiveDebugPayload.hiveInfo()Returns the value of thehiveInforecord component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type HiveDebugPayload.HiveInfoModifierConstructorDescriptionHiveDebugPayload(HiveDebugPayload.HiveInfo hiveInfo) Creates an instance of aHiveDebugPayloadrecord class.