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.HiveInfo
BeeDebugRenderer.HiveDebugInfo.info
The field for theinfo
record component.Methods in net.minecraft.client.renderer.debug that return HiveDebugPayload.HiveInfoModifier and TypeMethodDescriptionBeeDebugRenderer.HiveDebugInfo.info()
Returns the value of theinfo
record component.Methods in net.minecraft.client.renderer.debug with parameters of type HiveDebugPayload.HiveInfoModifier and TypeMethodDescriptionvoid
BeeDebugRenderer.addOrUpdateHiveInfo
(HiveDebugPayload.HiveInfo hiveInfo, long lastSeen) BeeDebugRenderer.getHiveMemberNames
(HiveDebugPayload.HiveInfo hiveInfo) private void
BeeDebugRenderer.renderHiveInfo
(PoseStack poseStack, MultiBufferSource buffer, HiveDebugPayload.HiveInfo hiveInfo, Collection<UUID> beeUuids) private static void
BeeDebugRenderer.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 aHiveDebugInfo
record 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.HiveInfo
HiveDebugPayload.hiveInfo
The field for thehiveInfo
record component.Methods in net.minecraft.network.protocol.common.custom that return HiveDebugPayload.HiveInfoModifier and TypeMethodDescriptionHiveDebugPayload.hiveInfo()
Returns the value of thehiveInfo
record component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type HiveDebugPayload.HiveInfoModifierConstructorDescriptionHiveDebugPayload
(HiveDebugPayload.HiveInfo hiveInfo) Creates an instance of aHiveDebugPayload
record class.