Class ClientboundBossEventPacket.UpdateProgressOperation
java.lang.Object
net.minecraft.network.protocol.game.ClientboundBossEventPacket.UpdateProgressOperation
- All Implemented Interfaces:
ClientboundBossEventPacket.Operation
- Enclosing class:
- ClientboundBossEventPacket
static class ClientboundBossEventPacket.UpdateProgressOperation
extends Object
implements ClientboundBossEventPacket.Operation
-
Field Summary
-
Constructor Summary
ModifierConstructorDescription(package private)
UpdateProgressOperation(float p_178736_)
private
UpdateProgressOperation(FriendlyByteBuf p_178738_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch(UUID p_178741_, ClientboundBossEventPacket.Handler p_178742_)
getType()
void
write(FriendlyByteBuf p_178744_)
-
Field Details
-
progress
private final float progress
-
-
Constructor Details
-
UpdateProgressOperation
UpdateProgressOperation(float p_178736_) -
UpdateProgressOperation
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceClientboundBossEventPacket.Operation
-
dispatch
- Specified by:
dispatch
in interfaceClientboundBossEventPacket.Operation
-
write
- Specified by:
write
in interfaceClientboundBossEventPacket.Operation
-