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 pHiveInfo, long pLastSeen) BeeDebugRenderer.getHiveMemberNames
(HiveDebugPayload.HiveInfo pHiveInfo) private void
BeeDebugRenderer.renderHiveInfo
(PoseStack pPoseStack, MultiBufferSource pBuffer, HiveDebugPayload.HiveInfo pHiveInfo, Collection<UUID> pBeeUuids) private static void
BeeDebugRenderer.renderTextOverHive
(PoseStack pPoseStack, MultiBufferSource pBuffer, String pText, HiveDebugPayload.HiveInfo pHiveInfo, int pLayer, int pColor) 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.