Uses of Class
net.minecraft.network.protocol.game.ClientboundAddMobPacket
Packages that use ClientboundAddMobPacket
Package
Description
- 
Uses of ClientboundAddMobPacket in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer with parameters of type ClientboundAddMobPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleAddMob(ClientboundAddMobPacket p_104962_) 
- 
Uses of ClientboundAddMobPacket in net.minecraft.network.protocol.gameMethods in net.minecraft.network.protocol.game with parameters of type ClientboundAddMobPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleAddMob(ClientboundAddMobPacket p_131369_) 
- 
Uses of ClientboundAddMobPacket in net.minecraft.world.entityMethods in net.minecraft.world.entity with parameters of type ClientboundAddMobPacketModifier and TypeMethodDescriptionvoidLivingEntity.recreateFromPacket(ClientboundAddMobPacket p_147206_) 
- 
Uses of ClientboundAddMobPacket in net.minecraft.world.entity.boss.enderdragonMethods in net.minecraft.world.entity.boss.enderdragon with parameters of type ClientboundAddMobPacketModifier and TypeMethodDescriptionvoidEnderDragon.recreateFromPacket(ClientboundAddMobPacket p_149572_) 
- 
Uses of ClientboundAddMobPacket in net.minecraft.world.entity.monsterMethods in net.minecraft.world.entity.monster with parameters of type ClientboundAddMobPacketModifier and TypeMethodDescriptionvoidShulker.recreateFromPacket(ClientboundAddMobPacket p_149798_) 
- 
Uses of ClientboundAddMobPacket in net.minecraftforge.debug.entityMethods in net.minecraftforge.debug.entity with parameters of type ClientboundAddMobPacketModifier and TypeMethodDescriptionvoidPartEntityTest.TestEntity.recreateFromPacket(ClientboundAddMobPacket packet)