Uses of Record Class
net.minecraft.network.protocol.common.custom.BeeDebugPayload.BeeInfo
Packages that use BeeDebugPayload.BeeInfo
Package
Description
-
Uses of BeeDebugPayload.BeeInfo in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type BeeDebugPayload.BeeInfoModifier and TypeFieldDescriptionprivate final Map<UUID,
BeeDebugPayload.BeeInfo> BeeDebugRenderer.beeInfosPerEntity
Methods in net.minecraft.client.renderer.debug with parameters of type BeeDebugPayload.BeeInfoModifier and TypeMethodDescriptionvoid
BeeDebugRenderer.addOrUpdateBeeInfo
(BeeDebugPayload.BeeInfo p_294571_) private String
BeeDebugRenderer.getPosDescription
(BeeDebugPayload.BeeInfo p_296210_, BlockPos p_113070_) private boolean
BeeDebugRenderer.isBeeSelected
(BeeDebugPayload.BeeInfo p_295996_) private boolean
BeeDebugRenderer.isPlayerCloseEnoughToMob
(BeeDebugPayload.BeeInfo p_294724_) private void
BeeDebugRenderer.renderBeeInfo
(PoseStack p_270154_, MultiBufferSource p_270397_, BeeDebugPayload.BeeInfo p_294247_) private void
BeeDebugRenderer.renderPath
(PoseStack p_270424_, MultiBufferSource p_270123_, BeeDebugPayload.BeeInfo p_294313_) -
Uses of BeeDebugPayload.BeeInfo in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as BeeDebugPayload.BeeInfoModifier and TypeFieldDescriptionprivate final BeeDebugPayload.BeeInfo
BeeDebugPayload.beeInfo
The field for thebeeInfo
record component.Methods in net.minecraft.network.protocol.common.custom that return BeeDebugPayload.BeeInfoModifier and TypeMethodDescriptionBeeDebugPayload.beeInfo()
Returns the value of thebeeInfo
record component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type BeeDebugPayload.BeeInfoModifierConstructorDescriptionBeeDebugPayload
(BeeDebugPayload.BeeInfo beeInfo) Creates an instance of aBeeDebugPayload
record class.