Uses of Record Class
net.minecraft.network.protocol.common.custom.BeeDebugPayload.BeeInfo
Package
Description
-
Uses of BeeDebugPayload.BeeInfo in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionprivate final Map<UUID,
BeeDebugPayload.BeeInfo> BeeDebugRenderer.beeInfosPerEntity
Modifier and TypeMethodDescriptionvoid
BeeDebugRenderer.addOrUpdateBeeInfo
(BeeDebugPayload.BeeInfo p_300160_) private String
BeeDebugRenderer.getPosDescription
(BeeDebugPayload.BeeInfo p_300427_, BlockPos p_113070_) private boolean
BeeDebugRenderer.isBeeSelected
(BeeDebugPayload.BeeInfo p_298081_) private boolean
BeeDebugRenderer.isPlayerCloseEnoughToMob
(BeeDebugPayload.BeeInfo p_300675_) private void
BeeDebugRenderer.renderBeeInfo
(PoseStack p_270154_, MultiBufferSource p_270397_, BeeDebugPayload.BeeInfo p_299435_) private void
BeeDebugRenderer.renderPath
(PoseStack p_270424_, MultiBufferSource p_270123_, BeeDebugPayload.BeeInfo p_299438_) -
Uses of BeeDebugPayload.BeeInfo in net.minecraft.network.protocol.common.custom
Modifier and TypeFieldDescriptionprivate final BeeDebugPayload.BeeInfo
BeeDebugPayload.beeInfo
The field for thebeeInfo
record component.Modifier and TypeMethodDescriptionBeeDebugPayload.beeInfo()
Returns the value of thebeeInfo
record component.ModifierConstructorDescriptionBeeDebugPayload
(BeeDebugPayload.BeeInfo beeInfo) Creates an instance of aBeeDebugPayload
record class.