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 SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescription(package private)UpdateProgressOperation(float p_178736_) privateUpdateProgressOperation(FriendlyByteBuf p_178738_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddispatch(UUID p_178741_, ClientboundBossEventPacket.Handler p_178742_) getType()voidwrite(FriendlyByteBuf p_178744_) 
- 
Field Details- 
progressprivate final float progress
 
- 
- 
Constructor Details- 
UpdateProgressOperationUpdateProgressOperation(float p_178736_) 
- 
UpdateProgressOperation
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- ClientboundBossEventPacket.Operation
 
- 
dispatch- Specified by:
- dispatchin interface- ClientboundBossEventPacket.Operation
 
- 
write- Specified by:
- writein interface- ClientboundBossEventPacket.Operation
 
 
-